From: David Vanderson (david.vanderson at gmail.com) Date: Thu Jan 31 17:30:31 EST 2013 |
|
(enter! "C:\\indexing\\serve.rkt") Does that work? It looks like you just need to escape the backslashes - they are the escape character for Racket strings. Dave On 01/31/2013 02:01 PM, John Sampson wrote: > > > (enter! "C:\indexing\serve.rkt") > . read: unknown escape sequence \i in string >
Posted on the users mailing list. |
|