sway_utils::helpers

Function find_parent_dir_with_file

Source
pub fn find_parent_dir_with_file<P: AsRef<Path>>(
    starter_path: P,
    file_name: &str,
) -> Option<PathBuf>
Expand description

Continually go up in the file tree until a specified file is found.

Starts the search from starter_path.