shared::utils::filesystem

Function dir_exists

Source
pub fn dir_exists(path: &str) -> bool
Expand description

Checks if a given path string represents an existing directory. Returns true if the path exists and is a directory, false otherwise.