CopyFile
Copy a file from a source to a destination.
Input
Name | Type | Description |
SourcePath | String | Required. The path of the file which will be copied. |
DestinationPath | String | Required. The path of the file where it will be copied. |
Result Set Columns
Name | Type | Description |
Success | String | Determines if the operation was successful or not. |