Command Reference - Text File Actions
Writes text to a text file.
|
Action ID: |
32 |
The name of the text file to write to.
The text to write out to the text file.
|
TIP |
|
|
|
|
|
You can write the contents of a variable to a text file by using the variable name in the Data to write field. |
What to do if the file already exists:
|
Overwrite file with new data |
- |
The old file will be erased and the data will be written to create a new file. |
|
Prepend data to start of file |
- |
The text in Data to write will be added to the beginning of the text file. |
|
Append data to end of file |
- |
The text in Data to write will be added to the end of the text file. |
|
Value |
Simple Message |
Verbose Message |
|
0 (OK) |
|
|
|
1 |
MSG_ERR_WRITE_TEXT_FILE |
MSG_ERR_WRITE_TEXT_FILE |
None