The CopyFile function copies
an existing file to a new file. If the function succeeds,
the return value is True. If the function fails, the
return value is False.
Examples:
res = CopyFile ("C:\\SomeDir\\ExistFile.ext","C:\\SomeDir\\NewFile.ext")
If Escape Sequence is enabled you must use double backslash.