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