CopyFile
Copies a file from one location to another within Azure Data Lake Storage, preserving the original file while creating a duplicate at the target path.
Input
| Name | Type | Description |
| SourcePath | String | Mandatory. The full path to the Azure Data Lake Storage file being copied. |
| DestinationPath | String | Mandatory. The full path where the Azure Data Lake Storage copied file is created. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the file copy operation completes successfully. |