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