CopyFile copies a file to a given destination.

app.CopyFile( source, destination )

The target must locate to the actual target file, not the folder. An existing file will be overridden.

See Also: RenameFile, DeleteFile, FileExists

Example - Copy file click to expand contents