FileMove

FileMove allows you to move files.

Properties

Source file path

The full path to where the file can be found.

Keep file name

If selected, the file will retain the same name when moved or copied to a different folder (subject to the File exists option).

If not selected, the new file name must be specified.

Destination folder path

The folder where the file should be moved or copied to.

Only displayed when Keep file name is selected.

Destination file path

The file path, including file name, where the file should be moved or copied to.

Only displayed when Keep file name is not selected.

File exists

What to do when the target file already exists in that directory.

Options:

  • Do nothing skips the file operation and the function will do nothing.

  • Overwrite file will cause the old file to be entirely overwritten by a new file.

  • Increment file name will cause the new file to have a number appended to the filename. So, if the function is expecting to copy or move a file called temp.txt to a new folder, but that file already exists in that location, then the function will create a file with the name temp_1.txt. The next time the function attempts to copy or move temp.txt to this folder, it will be called temp_2.txt.