Activity «Read file» can be found in section «Files».
Activity reads the content of file. If the specified file doesn't exist, it will trigger exception.
Нажмите на изображение, чтобы увеличить его.
Property; Class; Type; Description
File path; In; String; Path to the file being read.
Encoding; In; String; Charset of the file. Should be set as a string: "utf-8", "unicode", "ASCll" etc.
File contents; Out; String; Contents of the read file in text format.