is_readable
is_readable — determines if a file is readable.
is_readable (path)
pathA character string defining a file path and file name in this file system.
t if the named file exists
and is readable, otherwise nil. Existing files might not be readable
because of settings on the files bitmask.
Gamma>is_readable("/usr/doc/FAQ/txt/FAQ");tGamma>