Function find_folder::check_parents [] [src]

pub fn check_parents(
    depth: u8,
    name: &str,
    path: &Path
) -> Result<PathBuf, Error>

Check the given path and depth number of parent directories for a folder with the given name.