Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!bloom-beacon!ALTDORF.AI.MIT.EDU!cph From: cph@ALTDORF.AI.MIT.EDU (Chris Hanson) Newsgroups: comp.lang.scheme Subject: Opening files with Cscheme Message-ID: <8907141438.AA01871@altdorf.ai.mit.edu> Date: 14 Jul 89 14:38:49 GMT References: <553@unicads.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 11 Date: 13 Jul 89 18:36:08 GMT From: Les Milash 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.