Expand description
Provides utilities for searching the system path.
Functions
Searches the system path (
PATH
) for an executable binary and returns the
first match, or None
if not found.Determines if the path is an executable binary. That is, if it exists, is
a file, and is executable where applicable.