Open file in read-only mode.
Source position: filutilh.inc line 193
const fmOpenRead = $0000;
fmOpenRead is used in the FileOpen call to open a file in read-only mode.
FileOpen
Open an existing file and return a file handle.