Function: url-file-executable-p
url-file-executable-p is a byte-compiled function defined in
url-handlers.el.gz.
Signature
(url-file-executable-p FILENAME)
Documentation
URL file-name-handler wrapper for file-executable-p call.
---
Return t if FILENAME can be executed by you.
For a directory, this means you can access files in that directory.
(It is generally better to use file-accessible-directory-p for that
purpose, though.)
Source Code
;; Defined in /usr/src/emacs/lisp/url/url-handlers.el.gz
(url-handlers-create-wrapper file-executable-p (url))