doesFileExist package:directory

The operation doesFileExist returns True if the argument file exists and is not a directory, and False otherwise.
The operation doesFileExist returns True if the argument file exists and is not a directory, and False otherwise. This operation traverses symbolic links, so it can return either True or False for them.