chickadee » directory-utils » file-exists-in-directory?

(file-exists-in-directory? FILENAME [DIRECTORY ...]) -> (or #f pathname)procedure

Returns the pathname when FILENAME exists in the DIRECTORY ..., otherwise #f.

DIRECTORY ... as make-pathname.

When only the FILENAME argument supplied then the same as file-exists?.