Move File
This task will move a file from one location to another.
Settings
Input File
Required
The name of file to be moved.
Output File
Required
The location to move the file to.
Overwrite File
Required
Set to True to overwrite the Output File if it exists, or set to False to not move the file if it already exists. Defaults to True.
Prepend Timestamp
Required
Adds a timestamp to start of file name. e.g. 20010214120000\_filename.xml
Timestamp Format
Required
Format for timestamp - Uses yyyyMMddHHmmssffff by default for millisecond based timing.