-
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 content (the nature of which depends on the mode) inserted into the file.
Whether the data is appended to the file or if (otherwise) it replaces the file's content.
NOTE: This parameter is available only if the mode is text-based.
Corresponds to the character set / encoding used. By default, the system value is used.