FIO_GetReadable

FIO_GetReadable

%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

fileName

The file name.

Return value

@TRUE - file exists and is readable.