Skip to content

"Read File" Operation

olitank edited this page Nov 25, 2025 · 4 revisions

This operation loads contents of a file and makes it available.

Mode

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

(Next Setting)

filePath

Specifies the file path.

charsetName

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.

(Operation Result)

text/data

Data (textual or binary, depending on the mode) retrieved from the file.

Clone this wiki locally