Function: url-file-exists-p

url-file-exists-p is a byte-compiled function defined in url-handlers.el.gz.

Signature

(url-file-exists-p FILENAME)

Documentation

URL file-name-handler wrapper for file-exists-p call.

---
Return t if file FILENAME exists (whether or not you can read it). Return nil if FILENAME does not exist, or if there was trouble determining whether the file exists. See also file-readable-p and file-attributes. This returns nil for a symlink to a nonexistent file. Use file-symlink-p to test for such links.

Source Code

;; Defined in /usr/src/emacs/lisp/url/url-handlers.el.gz
(url-handlers-create-wrapper file-exists-p (url))