CopyFile

Description

This activity copies a file from a local path to another.


Misc

DestFileName InArgument<String> REQUIRED

The path where the file have to be copied.

OverrideIfDestFileExist InArgument<Boolean>

Default: false. If it is set to true DocsMarshal automatically overide the file in the destination path if it already exists.

SourceFileName InArgument<String> REQUIRED

The path of the file to be copied.