I am not sure I understood the problem. Here are just a few tips: If you want to have a copy of the destination file either move it to another place or rename before moving the original file. To rename a file use For example: FileRename "destination.file", "destination.back" FileMove "original.file", "destination.file" You may want to check for the file size before moving it and if it is less then certain value you can then skip the FileMove step. : Good evening, : I have created a sequence of programs that they : elaborate of the File. : These programs depart to the presence of FILE. : These programs find a File it : they move with the fileMove FUNCTION : and they then launch an executable that it : elaborate them. : I Have however a problem with the Filemove. : The FileMove doesn't go in error but : the file of destination doesn't exist and : the file of origin comes canceled. : This means that I lose the file of origin.
|