Skip to main content

is_dir

Function is_dir 

Source
pub fn is_dir(dir: &Path) -> bool
Expand description

True when dir looks like a usable directory (exists and is a dir) — small helper for callers validating overrides.