Copy Folder
Copies a folder from one location to the other.
This activity copies a specified folder to another location. Optionally, replace any folder with the same name that already exists in the destination location
From
Source:
Object ArgumentRequiredThe location of the folder that is to be copied.
To
Destination:
String ArgumentRequiredSpecifies the full path of the destination for the copied folder.
Input
Overwrite:
True- Overwrites the folder with the same name as the copied one at the destination.False- Creates a new folder at the destination.
Last updated