File::MoveFile | ||
Description | ||
Move a file to the specified destinationfile. "Source" also supports wildcards (*) to move more then one file at once. If wildcards are used in "Source" then "Destination" must be a directory. Optionally you can selected to "Don't Overwrite Newer Files" which will not move the file if the destination file exists and has a newer timestamp. | ||
Options | ||
Sourcefile |
The sourcefile to be moved. This must be the complete path including the filename. Optionally the * wildcard can be used to specify more then one file. |
|
Destinationfile |
The destinationfile to where the sourcefile must be moved. This must be the complete path including the filename. If wildcards are used in "Source" then this must be a directory-specification and not a file-specification. | |
Overwrite
|
This will overwrite the destination if it already exists. | |
Don't
Overwrite Newer Files |
If enabled, the
destination file will not be overwritten if it exists and has a newer timestamp
then the sourcefile. Note: this option is disabled when using wildcards in the source! |
|
Auto
Create Directories |
This will automatically create the output-directory (or any part of it) if it does not exist. | |
Don't
Overwrite If Same Filesize |
If enabled, the destination file will not be overwritten if it exists and has the same filesize as the source file. | |
Number
Filename If Exists |
If enabled, the filename will get an increasing number if the file already exists. |