Code:
FileCopy source, destination
source Required string specifing the name of the file to be copied.
The source may include directory or folder, and drive.
destination Required string specifing the target file name.
The destination may include directory or folder, and drive.
If you try to use FileCopy on an open file, an error occurs.