-
Notifications
You must be signed in to change notification settings - Fork 0
"Write File" Operation
olitank edited this page Nov 25, 2025
·
2 revisions
This operation allows to persist some data in a file.
This is the file reading mode, which can be textual (read characters) or binary (read bytes).
Specifies the file path.
Corresponds to the data inserted into the file.
Whether the data is appended to the file or if (otherwise) it replaces the file's content.
Corresponds to the character set / encoding used. By default, the system value is used.