Function: f-readable-p
f-readable-p is a function alias for file-readable-p, defined in
fileio.c.
Signature
(f-readable-p FILENAME)
Documentation
Return t if file FILENAME exists and you can read it.
See also file-exists-p and file-attributes.