os.Path.readable

Checks if a file is readable.

Syntax

os.Path.readable(
   fname STRING)
  RETURNING result INTEGER
  1. fname is the file name.

Usage

The function returns TRUE if the file is readable, FALSE otherwise.