file-regular-p
file-regular-p is a built-in function in `C source code
'.
(file-regular-p FILENAME)
Return t if FILENAME names a regular file.
This is the sort of file that holds an ordinary stream of data bytes.
Symbolic links to regular files count as regular files.
See `file-symlink-p' to distinguish symlinks.