File Move
Last updated
Last updated
FileMove allows you to move files.
The full path to where the file can be found.
If selected, the file will retain the same name when moved or copied to a different folder (subject to the option).
If not selected, the new file name must be specified.
The folder where the file should be moved or copied to.
This property is only displayed when is selected.
The file path, including the file name, where the file should be moved or copied to.
This property is only displayed when is not selected.
Specifies 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: Causes the old file to be entirely overwritten by the new file.
Increment File Name: Appends a number to the filename if the target file already exists. For example, if attempting to move a file called temp.txt to a new folder where that file already exists, the function will create a new file named temp_1.txt. The next time you attempt to move temp.txt to that folder, it will become temp_2.txt.