Re: [racket] [Racket] Finding files

2013-01-31 Thread Danny Yoo
[First question ignored for the moment: the second question seems much more relevant to the problem you're encountering.] > Also, I am looking at the document 'Systems Programming with Racket'. It has > instructions for making a file "serve.rkt", which I have done, but Racket > cannot > find it,

[racket] [Racket] Finding files

2013-01-31 Thread John Sampson
Can Racket be made to detect the PATH environment variable in Windows 7? If not, is there a way of emulating it so that one does not have to write out the complete path of any file mentioned in Racket code? This includes data files the program might be writing to or reading from. Also, I am loo