SaveToFile Save data to a text file.
Does not match any existing capability in any product, this is an automation exclusive action.
Tag Attributes
|
Attributes |
Attribute Values |
Value Description |
|---|---|---|
|
FilePath |
N/A |
Output file path
|
|
Text |
N/A |
Text to write to the file - Required |
|
Encoding |
File encoding, must be omitted or a value among: ASCII, UTF8, UTF16 Defaults to UTF8. |
|
|
Append |
TRUE/FALSE Defaults to FALSE. |
If set to TRUE and if the target file exists, the new text will be added at the end of the file. If not, SaveToFile replaces the file. |
Example Script
|