It is quite a common mistake to believe to work on some file but in fact really work on a copy of it ; or to believe to work in a given directory and really work in another one.<div><br></div><div>And if you don't spot that early, it may lead to a couple of hours of hair tearing.</div>
<div>My students do that mistake quite often, and always blame the computer (of course). And they also often don't believe me at first when I ask them to double-check the working directory and the file names.</div><div>
<br></div><div>But maybe your problem is somewhere else. That was just in case.</div><div>Laurent</div><div><br><div class="gmail_quote">On Tue, Mar 9, 2010 at 08:59, Noel Welsh <span dir="ltr"><<a href="mailto:noelwelsh@gmail.com">noelwelsh@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Error message, please. I just tried w/ last night's svn, Advanced Student:<br>
<br>
; A file that exists in the current directory<br>
(with-input-from-file "config.log"<br>
read)<br>
<br>
; A file that doesn't exist<br>
(with-input-from-file "does-not-exist"<br>
read)<br>
<br>
Output is:<br>
<br>
'This<br>
with-input-from-file: cannot open input file:<br>
"/bham/ums/linux/pd/packages/plt-scheme/src/build/does-not-exist" (No<br>
such file or directory; errno=2)<br>
<br>
N.<br>
<div><div></div><div class="h5"><br>
On Tue, Mar 9, 2010 at 7:01 AM, wooks . <<a href="mailto:wookiz@hotmail.com">wookiz@hotmail.com</a>> wrote:<br>
><br>
><br>
> I just tried using this in ASL running windows xp. It said it could not find<br>
> my file. The file is in the exact directory reported in the error message.<br>
> Please help.<br>
> ________________________________<br>
> We want to hear all your funny, exciting and crazy Hotmail stories. Tell us<br>
> now<br>
</div></div>> _________________________________________________<br>
> For list-related administrative tasks:<br>
> <a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br>
><br>
><br>
_________________________________________________<br>
For list-related administrative tasks:<br>
<a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br>
</blockquote></div><br></div>