Function tauri::api::dir::is_dir[][src]

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

Checks if the given path is a directory.