Function: f-executable-p

f-executable-p is a for file-executable-p, defined in fileio.c.

Signature

(f-executable-p FILENAME)

Documentation

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.)

Other relevant functions are documented in the f group.

Shortdoc

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

Aliases

f-executable? f-executable-p