File Copy
FileCopy allows you to copy a file.
Properties
Source File Path
The full path to where the file can be found.
Keep File Name
If checked, the file will retain the same name when moved or copied to a different folder (subject to the File Exists option).
Otherwise, 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 checked.
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 checked.
File Exists
Action to take when the destination file exists.
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. For example, if the function is copying or moving a file called temp.txt to a location where that file already exists, it will create a file named 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.
Last updated