Run Tool

Copy File Step

The Run Tool has the capability to copy files in a directory.

Add Step

To copy a file in your Run Tool Project click onto the Add Step button and select File Copy from the list. Enter in a name for the step and click OK.

Copy File Step

Configuration

This will then open the configuration window. Enter in the required parameters and click OK to add the step.

Configuration

Setting Description
From File The path to the file being copied. Wildcards are supported
To File The path to where the file should be copied to. Wildcards are supported
Overwrite Select the checkbox to enable the file to be overwritten if it already exists. if this is not selected and the file exists then the step will fail.
Copy Subfolders Select the checkbox to include any subfolders in the copy action.

You must use local or UNC paths when configuring the step. Mapped drives will cause the step to error.

The step will then be added to the bottom of your project, move this to where you need it to be, set the run condition and save the project.