chickadee » scheme » file » file-exists?

file-exists? filenameprocedure

It is an error if filename is not a string.

The file-exists? procedure returns #t if the named file exists at the time the procedure is called, and #f otherwise.