Function virtual_fs::ops::is_dir

source ·
pub fn is_dir<F>(fs: &F, path: impl AsRef<Path>) -> boolwhere
    F: FileSystem + ?Sized,
Expand description

Does this path refer to a directory?