find-file-in-path

Name

find-file-in-path -- Search for file named FNAME in PATH.

Synopsis

(find-file-in-path fname path)

Description

Search for file named FNAME in PATH. FNAME is a string specifying a file; if it is a fully qualified filename, as indicated by filename-is-complete?, it is checked for as is. Otherwise, each element of the list PATH is used as a directory name to check for the file. If the file is found, the full pathname to it is returned; if not, #f is returned.

Implementation Notes

Module: (app scwm file)

Defined in scheme/file.scm at line 48 (CVS log)