file.readable — Is the file readable?
file.readable filename
file.readable
filename
Checks to see whether the file exists and is readable, and if so, returns 1. Otherwise, returns 0.