program-exists?

Name

program-exists? -- Return #t iff PROGRAM-NAME is in the current $PATH or is a path to an executable.

Synopsis

(program-exists? program-name)

Description

Return #t iff PROGRAM-NAME is in the current $PATH or is a path to an executable. Returns #f otherwise. See cached-program-exists? for a more efficient version of this.

Implementation Notes

Module: (app scwm base)

Defined in scheme/base.scm at line 261 (CVS log)