| Search internet |
A fileRead request queries the contents of the file with path p:

The reply has form

where r and i are the reference and index, respectively, of the lgcio construct and p is the contents of the file expressed as a singleton list.
If the file is not readable the lgcio-interface prints an error message and exits.
A fileTypeRead request is similar but survives if the file is not readable. The reply p comprises a FileTypeNonexistent byte if the file could not be read and a FileTypeRegular byte followed by the bytes of the file otherwise.
| Search logiweb.eu |