file-exists-p

file-exists-p is a built-in function in `C source code'.

(file-exists-p FILENAME)

Return t if file FILENAME exists (whether or not you can read it.)
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.