sway_utils::helpers

Function find_nested_dir_with_file

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

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

Starts the search from child dirs of starter_path.