existsSync abstract method

bool existsSync()

Synchronously check if executable can be found and executed without any errors.

This method never throws.

Implementation

bool existsSync();