[racket] file will not read into the program

From: Jakub Hadam (jakub.hadam at gmail.com)
Date: Mon Nov 21 11:10:48 EST 2011

Hello,

I'm using DrRacket as an accompanying material for the HtDP book. I'm
learning it by myself, not as a part of a schooll assignment.

I have a problem with the exercise 2.2.1 - when I run the convert-file
program it doesn't want to accept the input file, the error message I get
is:

> (convert-file "file.in" Fahrenheit->Celsius "out.dat")
convert-file: expects a name of existing file in c:\users\jakub
hadam\documents\drracket\ as first argument, given "file.in"
>

I've made sure the file is in the specified folder, but DrRacket seems to
refuse to see it. I would be thankfull for any help and sugestions.

(I have no problem running convert-gui and convert-repl. I use the
"Beginning Student" language. The OS is Win7Premium)

Thanks a lot for your help.

Jakub
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20111121/274cc7a9/attachment.html>

Posted on the users mailing list.