Skip to content

"Write File" Operation

olitank edited this page Nov 25, 2025 · 2 revisions

This operation allows to persist some data in a file.

Mode

This is the file reading mode, which can be textual (read characters) or binary (read bytes).

(Next Setting)

filePath

Specifies the file path.

text

Corresponds to the data inserted into the file.

append

Whether the data is appended to the file or if (otherwise) it replaces the file's content.

charsetName

Corresponds to the character set / encoding used. By default, the system value is used.

Clone this wiki locally