Re: Ballot item #113 "directory contents"
Arthur A. Gleckler 11 Jan 2011 16:44 UTC
> 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.