READ.FILE
This command read an file specified in the From argument and loads it into a PBinaryStream stream, specified by the To argument, for later use.
The command is introduced in Perfion 2023-R2.
Properties
From | Input data source must be a path to a file. If the file does not exist, the command will fail. |
To | Name of the variable to load the file content into. |
Parameters
This command does not support any additional parameters
Examples
Example of the READ.FILE command, using an variable
READ.FILE example
Â