Function: f-readable-p

f-readable-p is a 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.

Other relevant functions are documented in the f group.

Shortdoc

;; f
(f-readable-p "path/to/file.txt")
    -> [it depends]
  (f-readable-p "path/to/dir")
    -> [it depends]

Aliases

f-readable-p f-readable?