search_path_file

Function search_path_file 

Source
pub fn search_path_file(file_name: &str) -> Option<PathBuf>
Expand description

Search the current Windows search path for a file name.

This uses SearchPathW, so it checks the standard current-directory, system directory, and PATH search order on Windows.