os.Path.readable
Checks if a file is readable.
Syntax
os.Path.readable(
   path STRING)
  RETURNS INTEGER
- path is the path to a file or directory.
 
Usage
The function returns TRUE if the file is readable, FALSE
otherwise.
Checks if a file is readable.
os.Path.readable(
   path STRING)
  RETURNS INTEGER
The function returns TRUE if the file is readable, FALSE
otherwise.