%FIO_GetReadable function


Function
The function verifies if the given file exists and if it is readable (in terms of setting the file attributes).
Declaration


BOOL %FIO_GetReadable(
   TEXT in fileName,
 )
Parameters


fileNameThe file name.
Return value
@TRUE - file exists and is readable.