Function: recentf-access-file

recentf-access-file is a byte-compiled function defined in recentf.el.gz.

Signature

(recentf-access-file FILENAME)

Documentation

Check whether FILENAME is accessible.

Source Code

;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(defun recentf-access-file (filename)
  "Check whether FILENAME is accessible."
  (ignore-errors (not (access-file filename "Checking recentf file"))))