Function: f-executable?
f-executable? is a function alias for file-executable-p, defined in
fileio.c.
Signature
(f-executable? 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.)