checkTryExec

Checks if the program exists and is executable. If the programPath is not an absolute path, the file is looked up in the $PATH environment variable. This function is defined only on Posix.

version(Posix)
@safe
bool
checkTryExec
()

Meta