File::CopyFile | ||
Description | ||
Copy one file to the specified destinationfile. "Source" also supports wildcards (*) to copy more then one file at once. If wildcards are used in "Source" then "Destination" must be a directory. | ||
Options | ||
Source |
The sourcefile to be copied. This must be the complete path including the filename. Optionally the * wildcard can be used to specify more then one file. |
|
Destination |
The destinationfile to where the sourcefile must be copied. 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. | |
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. |