Function find_folder::check_parents
source · pub fn check_parents(
depth: u8,
name: &str,
path: &Path
) -> Result<PathBuf, Error>Expand description
Check the given path and depth number of parent directories for a folder with the given name.