Skip to main content

find_executable

Function find_executable 

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

Find an executable in the system PATH.

Returns the full path to the executable if found.