RenameFile
Rename a file or a directory.
Input
Name | Type | Required | Description |
Path | String | True | The path which will be renamed. |
Destination | String | True | The new path for the renamed file/folder. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Whether the operation completed successfully or not. |