[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Opening files with Cscheme



   Date: 13 Jul 89 18:36:08 GMT
   From: Les Milash <unicads!les@boulder.colorado.edu>

   i have a thing called CScheme, which i love.  i have a manual called
   RRRS.  i have a problem.

   is there a way to figure out if some file exists without crashing?

The procedure `file-exists?' does what you want.  It takes a single
argument which is a filename.