The Write to Text File action enables you to automate inserting and appending text to an existing file.
You can use FinalBuilder variables in the File Contents field to customise the content. You can either append to the end of the file, or insert text at the start of the file.
Specify the filename to write to (the example shows a variable which will contain a filename during execution - provided by a file iterator action)
Check to insert the text at the start of the file.
Check to insert the text at the end of the file.
Check to overwrite the file. This will result in the file only containing the supplied text.
The encoding to use on the text file. Note that currently the byte order mark is always written out.
Specify to append to end of file, or insert at beginning.
Select this option to expand FinalBuilder variables provided in the content field.
The action will normally fail if the file doesn't already exist.
specify the content to write to the text file