Create Folder
This Automation Manager object creates a folder with the given path.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Folder | String | Yes | The full path of the folder to be created. |
Output Parameters
Name | Type | Description |
---|---|---|
Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
FolderInfo | String | The path of the created folder. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Folder | String | Yes | C:\folder1\folder2 |