>>-SysFileMove(source, target)---------------------------------><
Moves a file from one location to another. Wildcard file specifications are not allowed.
Parameter:
The path/name of the file to be moved.
The path of the target location where the file is to be moved. The target must contain a path component.
Return codes:
File copied successfully.
A Windows error code.
Example:
/* Code */ call SysFileMove "c:\temp\myfile.txt", "d:\myfolder"