fileExists
Checks if a file or directory exists at the specified path.
Return
true if the file or directory exists, false otherwise
Parameters
path
The absolute path to check
Checks if a file or directory exists at the specified path.
true if the file or directory exists, false otherwise
The absolute path to check