PatMcLaughlin
Programmer
We have a process that works like a 'Traffic Cop' processing thousands of files daily. It works when a user copies a .txt file to a specific file folder, the process will see it, open it, process it, then it copies it to a 'done' folder and deletes the original file. (A "Move") Recently, we are experiencing the problem that the program will send the command to delete the file before it is completed with the copy. (File access denied). We cannot find a MoveFile() in VFP so we are contemplating using the Rename command. It is critical not to break this system if at all possible. Are we on the right track? Is there a sync/async we have overlooked?