CopyFile

copyfile [<source file>] [<destination file>] (<should overwrite?>)

Copies a file to the specified path.

Parameters:

  1. The absolute path of the file to copy.
  2. The absolute path to copy the file to, including the file name and extension.
  3. True or false for whether the file should overwrite an already existing file at the destination. The default value is false.