Determine if a filesystem object exists at the given path Unlike isFile and isDirectory, this follows symlinks.
isFile
isDirectory
Path to check. ~ is expanded.
~
true if any filesystem entry (file, directory, symlink, etc.) exists at the path.
true
Determine if a filesystem object exists at the given path Unlike
isFileandisDirectory, this follows symlinks.