Skip to main content

Move Directory

Description

This Activity will move the Directory from the source to the specified destination location.

Properties

Input

  • Source Path – Specify the source directory path.
  • Destination Path - Specify the destination path.

Misc

  • DisplayName – Add a display name to your Activity.
  • Private – Logs the variable and argument values at the Verbose level when unchecked.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
note

It does not catch an error if this Activity is present inside the Try-Catch block and the value of this property is True.

  • On Conflict - Specify the conflict resolution option. Conflict will occur whenever the same Directory exists in the destination path. The following conflict resolution options are available.

    OptionDescription
    ErrorIn the event of a conflict, skip transferring the Directory to the destination path. This is the default option.
    OverwriteIn the event of a conflict, overwrite the Directory in the destination path.
    MergeIn the event of a conflict, merge the source directory with the Directory's contents inside the destination path.

Example

Download Example

Correlation Scope