Skip to main content

which_binary

Function which_binary 

Source
pub fn which_binary(name: &str) -> Option<PathBuf>
Expand description

Walk $PATH to find a binary. Returns Some(path) on success. Does not use an external crate; pure std.