Copy Folder
Copy folder from one location to another location.
Privileges
Normal
Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| Folder Name | String | Yes | The full path of the folder to be copied. |
| Destination | String | Yes | The full path name of the destination folder. |
Output Parameters
| Name | Type | Description |
|---|---|---|
| Result | Number | Returns a default value of zero. |
Example Input Parameters
| Name | Type | Required | Example |
|---|---|---|---|
|
Folder Name |
String |
Yes |
C:\folder1\folder2 C:\folder1\folder* |
|
Destination |
String |
Yes |
C:folder3 |
