FileMove internally calls the same function that Windows Explorer calls when you drag-and-drop files or do Cut and Paste. If you suspect that FileMove is the cause of this problem try using DOS move command instead If you now have FileMove "source.file", "destination.file" try replacing it with the following Dim pid, number RunAndWait "cmd /c move source.file target.file", "", 0, pid If this does not fix the problem then it is not the FileMove that causes it. windows something else : It uses the JAL filemove command.
|