pub fn find_parent_dir_with_file<P: AsRef<Path>>( starter_path: P, file_name: &str, ) -> Option<PathBuf>
Continually go up in the file tree until a specified file is found.
Starts the search from starter_path.
starter_path