[][src]Function fungus::sys::exec::lookup

pub fn lookup<T: AsRef<Path>>(target: T) -> FuResult<PathBuf>

Returns the full path of the given executable. Uses given path if resolvable and falls back on the system PATH if simply an exec name.