> Technically you could define directory? as: > (define (directory? x) (file-exists? (string-append x "/.")))
We shouldn't define it in such an OS-specific way. I do agree that we need a `directory?' procedure. _______________________________________________ Scheme-reports mailing list [email protected] http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports
