Skip to content

Copy File

This task will copy a file from one location to another. The copy file function will not copy directories.

Settings

Input File

Required
Name of file to copy from.

Output File

Required
Name of file to copy to.

Overwrite File

Required
Set to True to overwrite the destination file if it exists, False will not replace the file. Defaults to True.

Prepend Timestamp

Required
Set to True to prepend the output files with a timestamp. Defaults to False.

Timestamp Format

Optional
The format to use when prepending timestamps to file names. Defaults to yyyyMMddHHmmssffff. Documentation on the allowed values can be found on https://docs.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings?view=netframework-4.8.

Zynk Settings

See Common Task Settings