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." [email protected] Simon St. Laurent: "Your / Incomprehensible http://www.ccil.org/~cowan Abracadabralike / schemas must die!" _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
