# Functions
IsDirectory returns true if path points to an existing directory and false otherwise.
IsFile returns true if path points to an existing file and false otherwise.
IsFileOrDirectory returns true if path points to an existing file or directory and false otherwise.