Create File
Description
Create a file at the specified location.
Properties
Category | Property | Type | Description |
---|---|---|---|
Common | Continue On Error | In(Boolean) | This property specifies when the automation keeps going if it has an error. Only have two possible values: True or False. The default value is False. |
File | File Name | In(String) | The name of the file to create. E.g: "file.txt" |
Path | In(String) | The full path to the file to be created E.g: "C:\Users\Admin\Downloads" |