# Functions

DirExists determines if the given path points to a directory that exists.
FileNamesWithSuffixInDir gets all the filenames in the directory at the given path which end with the given suffix.
HasSubdirs determines if a given path contains at least one subdirectory.
NewEmptyFile creates an empty file at the given path.
SubdirsIn gets the names of subdirectories found in a given path.