Rename Folder
Renames a folder with a new name.
Privileges
Normal
Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| Folder | String | Yes | The full path of the folder to be renamed. |
| New Folder Name | String | Yes | The new name of the folder. |
Output Parameters
| Name | Type | Description |
|---|---|---|
| Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
| Name | Type | Required | Example |
|---|---|---|---|
| Folder | String | Yes | C:\folder1\folder2 |
| New Folder Name | String | Yes | C:\folder1\folder3 |
