Determine if a file exists at the given path This does not follow symlinks; a symlink pointing at a file returns false.
false
Path to check. ~ is expanded.
~
true if a regular file (not a directory or symlink) exists at the path.
true
Determine if a file exists at the given path This does not follow symlinks; a symlink pointing at a file returns
false.