Skip to main content

File copy

Copies a file from one destination to another. This step supports wildcards so you can copy all files within a directory using *.* or all text files using *.txt.

To add this step select File Copy from the list and enter in a name for the step. Then enter in the path to the specific file to copy or use a wildcard placeholder, and enter in the path to the directory to copy it to. Make sure to add the \ onto the end of the copy to path otherwise the file will not be copied into the folder.

You can then choose to include subfolders, overwrite the file if it already exists, check if the file exists and delete the file from the source location once it has been copied.

File Copy

ParameterValue
From FilenameThe path to the file to copy. Can use wildcards e.g.*.* or *.csv
To FilenameThe path to the destination where the file is to be copied to.
Include sub foldersCheck the checkbox to include subfolders in the upload.
OverwriteCheck the checkbox to overwrite files of the same name in the destination.
Check File ExistsCheck the checkbox to check if the file already exists in the destination.
Delete FileCheck the checkbox to delete the file from the source after it has been copied.