RenameObject
Rename a file or a directory. Path and RenameTo are required for a successful operation.
Input
| Name | Type | Description |
| Path | String | The path which will be renamed. |
| RenameTo | String | The new name of the file/folder. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Whether the operation completed successfully or not. |