Create File
This Automation Manager object creates a new file.
Privileges
Normal
Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| File | String | Yes | The full path of the file to be created. |
| Overwrite | Boolean | No | Optional to overwrite the file if it already exists in the destination path. |
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 |
|---|---|---|---|
| File | String | Yes | C:\folder1\folder2\file1.txt |
| Overwrite | Boolean | No | Select checkbox to overwrite specified file if already exists. |
