To Move a File just use the NAME function. The NAME function in is intended for renaming files, but it moves them great.
Example Line:
Name "C:MYTEXT.TXT" As "C:SAVEDOCSMYTEXT.TXT"
Note: You responsible for ensuring that the destination directory exists. This Command returns an Error 53 (File Not Found) if the source is not found OR if the destination dir is not found.
|