Copy Folder
Copies folder with given path.
Options
- Overwrite: If a folder with same name already exists in the destination folder, replace it.
- Type:
System.Boolean
- Type:
- Include Subfolders: Copy all subfolders
- Type:
System.Boolean
- Type:
Source
- From: Full path to the folder to be copied
- Type:
System.String - Required
- Type:
Destination
- To: Full path to the folder where the new copied file will be added
- Type:
System.String - Required
- Type: