FileReadResult Type

The FileReadResult data type provides the result of the read file or read file lines operations. For further reference, see the following table.

Property

Type

Description

error

Error

In case of error, it indicates the reason why the operation failed.

data

String

String Array

If the operation is successful, this is a string that contains the file content (in case of file read) or a string array that contains the requested lines (in case of file read lines).