Copy Folder
Copies folder with given path.
Input
- From: Full path to the folder to be copied
- Type:
System.String - Required
- Type:
Output
- To: Full path to the folder where the new copied file will be added
- Type:
System.String - Required
- Type:
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: