Working through Chapter 12, I execute the example on page 242
(with-open-file (dada "ch12.txt") :direction :output
(print "chapter 12 is in and out" dada))
I get the following error
*** - OPEN: File #P"C:\\Program Files (x86)\\clisp-2.49\\ch12.txt"
does not
exist
And no file is written. Same thing happens if I type the text exactly
as given on page 242 and if I use a path name ("c:\\ch12.txt").
I'm using GNU CLISP 2.49 (2010-07-07) <
http://clisp.cons.org/> on
Windows 7, no IDE. Any suggestions?
Thanks
Tom
PS: I am able to read files as also shown on page 242. Also working
chapter 7, I got a similar error message using this command but the
file was written.