Shell.enforceCommandExists

Enforce that the given command/executable exists.

class Shell
static
void
enforceCommandExists
(
string command
)

Parameters

command string

The command to check for.

Throws

Exception if the given command doesn't exist.

Meta