pub fn dir_exists(path: &str) -> bool
Checks if a given path string represents an existing directory. Returns true if the path exists and is a directory, false otherwise.
true
false