MoveFile

movefile [<source file>] [<destination file>] (<overwrite destination?>)

Moves a file to the specified path.

Parameters:

  1. The absolute path of the file to be moved.
  2. The absolute path of the location to move the file to, including the file name and its extension.
  3. True or false for whether the destination should be overwritten if it already exists. The default value is false.