pub fn search_path(
command: &str,
path: Option<&OsStr>,
path_ext: Option<&OsStr>,
) -> Vec<String>
Expand description
@param path The path variable. On linux PATH, on windows path @param path_ext For windows, executables extensions. pathext enviroment variable