Function tauri::api::dir::is_dir

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

Checks if the given path is a directory.