fn find_file_recursive(dir: &Path, filename: &str) -> Option<PathBuf>
Recursive file search. Returns Some(path) for the first hit.
Some(path)