Skip to main content

Copy File

Description

Copy the file from a given source to the destination. If it already exists, it overwrites the files in the destination.

Properties

Input

  • Continue On Error – It specifies whether the automation should continue even if the current activity fails. This field only supports Boolean values (True, False). The default value is False.
    note

    If this activity is inside Try Catch and the value of this property is True, it will ignore errors during the automation execution.

  • Destination – Define the destination path where the file will be copied.
  • Overwrite – It depends on the Boolean values (true or false). If true, it overwrites the files in the destination folder with the file that copies.
  • Path – Specify the path of your source file to be copied.

Misc

  • DisplayName – Add a display name to your activity.
  • Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Example

Download Example

Correlation Scope