canRun method

bool canRun (dynamic executable, { String workingDirectory })

Returns true if the executable exists and if it can be executed.

Implementation

bool canRun(dynamic executable, {String workingDirectory});