I have a directory that dump text results files into for history. With a few test systems running it gets a lot of small files in it. I have an application that uses DeleteFile() to attempt to delete a file if already exists before writing a new one (title has UUT serial number in it). I get an error (not ACCESS_DENIED or NO_FILE) when the number of files in the directory gets near 32,700. Is there a timeout value or other limit to this function? Is there another function I can use (SDK)? I'm using CVI 6.1. Thanks.