findExecutable

Find an executable with the given name (no extension) in the given directories. Returns null if not found.

string
findExecutable
(
string name
,
string[] dirs
)

Meta