See also:
- Copying files as a transacted operation
- Displaying standard progress dialog box when copying files
- Deleting file into the Recycle Bin
DECLARE INTEGER CopyFile IN kernel32;
STRING lpExistingFileName,;
STRING lpNewFileName,;
INTEGER bFailIfExists
? CopyFile("C:\Autoexec.bat", "C:\Autoexec.cpy", 0)