chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] severe bug in file-exists?


From: John Cowan
Subject: Re: [Chicken-users] severe bug in file-exists?
Date: Wed, 28 Sep 2011 14:24:01 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

Sven Hartrumpf scripsit:

> (file-exists? filename)
> Filename must be a string. The file-exists? procedure
> returns #t if the named file exists at the time the procedure
> is called, #f otherwise.

Since nothing is said about exceptions, you are free to throw one if
you cannot determine the answer.  I agree that access() is the Right
Thing here.

-- 
Henry S. Thompson said, / "Syntactic, structural,               John Cowan
Value constraints we / Express on the fly."                 address@hidden
Simon St. Laurent: "Your / Incomprehensible     http://www.ccil.org/~cowan
Abracadabralike / schemas must die!"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]