pub fn which_executable(program: &str, include_dot: bool) -> Option<String>
Resolve program using PATH (and optional current directory when include_dot). Returns a path string or None if not found.
program
PATH
include_dot
None