06-06-2007 03:15 PM
06-06-2007 03:35 PM
Are you using functions from the Utility library or from Windows SDK? I'm asking you because functions from the utility library accept standard wildcard characters '?' and '*' so you may be able to group files with similar filenames and process them in a single call.
Another hint could be to test SDK MoveFile function: it is possible that this function is faster than copying to a new file and deleting tha old one after. I never tried it but it may worth a try.