-
Notifications
You must be signed in to change notification settings - Fork 0
"Read File" Operation
olitank edited this page Nov 25, 2025
·
4 revisions
This operation loads contents of a file and makes it available.
This is the file reading mode, which can be textual (read characters) or binary (read bytes).
Specifies the file path.
NOTE: This parameter is available only if the mode is text-based.
Corresponds to the character set / encoding used. The system value is used by default.
Data (textual or binary, depending on the mode) retrieved from the file.