MakeDirectory
Create a directory in the specified path.
Input
Name | Type | Required | Description |
Path | String | False | The path of the new directory which will be created. |
Permission | String | False | The permission of the new directory. If no permissions are specified, the newly created directory will have 755 permission as default. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Whether the operation completed successfully or not. |