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&#39;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&#39;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">&lt;<a href="mailto:noelwelsh@gmail.com">noelwelsh@gmail.com</a>&gt;</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&#39;s svn, Advanced Student:<br>
<br>
; A file that exists in the current directory<br>
(with-input-from-file &quot;config.log&quot;<br>
  read)<br>
<br>
; A file that doesn&#39;t exist<br>
(with-input-from-file &quot;does-not-exist&quot;<br>
  read)<br>
<br>
Output is:<br>
<br>
&#39;This<br>
with-input-from-file: cannot open input file:<br>
&quot;/bham/ums/linux/pd/packages/plt-scheme/src/build/does-not-exist&quot; (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 . &lt;<a href="mailto:wookiz@hotmail.com">wookiz@hotmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; I just tried using this in ASL running windows xp. It said it could not find<br>
&gt; my file. The file is in the exact directory reported in the error message.<br>
&gt; Please help.<br>
&gt; ________________________________<br>
&gt; We want to hear all your funny, exciting and crazy Hotmail stories. Tell us<br>
&gt; now<br>
</div></div>&gt; _________________________________________________<br>
&gt;  For list-related administrative tasks:<br>
&gt;  <a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br>
&gt;<br>
&gt;<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>