pub fn find_nested_dir_with_file( starter_path: &Path, file_name: &str, ) -> Option<PathBuf>
Continually go down in the file tree until a specified file is found.
Starts the search from child dirs of starter_path.
starter_path