Skip to main content

which_executable

Function which_executable 

Source
pub fn which_executable(program: &str, include_dot: bool) -> Option<String>
Expand description

Resolve program using PATH (and optional current directory when include_dot). Returns a path string or None if not found.