We have a program that keeps log files for the month...the following month, we just want to remove the old file for that day and create a new one. Problem is...when we delete the old one and create the new one (with the same name) the new file has the same creation date/time the old file had. A look through Help on CreateFile tells us "Windows NT/2000 or later: If you rename or delete a file, then restore it shortly thereafter, Windows NT searches the cache for file information to restore. Cached information includes its short/long name pair and creation time." Can anyone give us a hint about how to get the proper create time on the files?