%FIO_GetReadable function


Function
The function verifies if given file exists and if it is readable (in terms of setting the file attributes).
Declaration
BOOL %FIO_GetReadable(
   TEXT in fileName,
 )

Parameters
fileName File name.

Return value
@TRUE - file exists and is readable.