Copy File Action

Description

Copies a file from one location to another.

The Error Event will be triggered if the file you are copying does not exist, or if the new file already exists. You can use the File Exists action to check beforehand whether these files exist.

Parameters

Old FIle Path The relative or absolute path of the file we want to copy.

New File Path

The relative or absolute path of the file we want to create.

Error Handling

[Optional] Events triggered when an error occurs.

Override Default Settings

[Optional] The settings we want to use to override the default settings.

Examples

CopyFileAction