Re: [racket] Handling errors from in-directory - and handling errors more generally

2010-10-14 Thread Peter Kiggins
On 12 October 2010 16:50, Matthew Flatt wrote: > At Tue, 12 Oct 2010 14:48:49 +0100, Peter Kiggins wrote: >> [I am completely new to both Scheme and racket, so if my questions are >> Looking at traversal of a file tree led me to in-directory. >> >> [ ... ] >> >

[racket] Handling errors from in-directory - and handling errors more generally

2010-10-12 Thread Peter Kiggins
[I am completely new to both Scheme and racket, so if my questions are easily answered by reading some documentation, please just point me at it.] Looking at traversal of a file tree led me to in-directory.  The problem is that as soon as it hits a directory it cannot search (permissions, whatever