Write text file

A Write text file node writes or appends text to a text file.

Properties

Name
Project script attribute
Description
Folder
dir
The folder containing the text file.
Create if not exists
create
If checked, the folder will be created if needed.
If unchecked and the folder does not exist, an error is thrown.
File name
path
File name of the text file.
Append to file
append
If checked, the text will be append to the file, otherwise the text file will be overwritten.
Text
text
The text to write/append.
File encoding
encoding
Encoding of the text file.

Project script node name

writefile
See also:
Write log message