Skip to main content

is_dir

Function is_dir 

Source
pub fn is_dir<P: AsRef<Path>>(path: P) -> Result<bool>
Expand description

Checks if the given path is a directory.