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