UploadFile
Create and Write to a File. Path and FilePath are required for a successful operation.
Input
Name | Type | Description |
Path | String | The absolute path of the file which will be created. |
FilePath | String | The path of the file whose content will be written to the newly created file. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Whether the operation completed successfully or not. |