Used to write text to a file.
1. | File Contents | (Mandatory) | The text to write to the file | ||||
2. | File Name | (Mandatory) | The file path where the file exists. If a relative file path is specified, the file will be accessed from a script directory. Also accepts absolute file paths. | ||||
3. | Use Script Root | (Optional) | Use this to force a subscript to access a file in the main script directory. Only applicable when the File Name is a relative file path.
|
Fig. 1 - Write Text File - Inputs
None