Skip to main content

find_file_recursive

Function find_file_recursive 

Source
fn find_file_recursive(dir: &Path, filename: &str) -> Option<PathBuf>
Expand description

Recursive file search. Returns Some(path) for the first hit.