ReadFromFile
Obsah
Description
Alias: RFF
Reads text from file.
Saves the contents of the FileName to the output parameter Text.
Input parameters
FileName
Type String
File name, including path, whose contents will be read to the output parameter Text.
Encoding
Type Number
File coding.
Enabled
Type Number
Enables or disables the command. If the value is 0, the command will not be executed.
PreWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
PostWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
Output parameters
Text
Type String
Contents of the file specified by the FileName parameter.