[plt-scheme] Specifying directory sandbox evalutes file requires relative to
On 29 Aug 2008, at 22:13, Matthew Flatt wrote:
> Don't use `file' for relative references like this. The `file' form is
> intended as a way to reach files that you can't access in the
> restricted, portable way that is supported by a plain string. In this
> case, you just want a string...
Now there's a distinction I never knew existed!
That means there's probably about 5- or 600 dodgy require statements
in my code.
Now let me see... "man sed"... :)