File Move
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.
This property is only displayed when Keep File Name is selected.
Destination File Path
The file path, including the file name, where the file should be moved or copied to.
This property is only displayed when Keep File Name is not selected.
File Exists
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.
Last updated