[][src]Module mozrunner::path

Provides utilities for searching the system path.

Functions

find_binary

Searches the system path (PATH) for an executable binary and returns the first match, or None if not found.

is_binary

Determines if the path is an executable binary. That is, if it exists, is a file, and is executable where applicable.