<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<br>Yep that what it was.<div><br></div><div>Thanks.<br><br><br>&gt; Subject: Re: [plt-scheme] with-input-from-file<br>&gt; From: sbloch@adelphi.edu<br>&gt; Date: Tue, 9 Mar 2010 06:47:28 -0500<br>&gt; CC: wookiz@hotmail.com; plt-scheme@list.cs.brown.edu<br>&gt; To: noelwelsh@gmail.com<br>&gt; <br>&gt; <br>&gt; On Mar 9, 2010, at 6:39 AM, Noel Welsh wrote:<br>&gt; <br>&gt; &gt; On Tue, Mar 9, 2010 at 11:27 AM, wooks . &lt;wookiz@hotmail.com&gt; wrote:<br>&gt; &gt;&gt; Ah hah...... understood what I was supposed to do now. (directory-list) is<br>&gt; &gt;&gt; calling the file numbers.txt.txt ......<br>&gt; &gt;&gt; thats not what the file is called. It's put an extra .txt suffix on it.<br>&gt; &gt; <br>&gt; &gt; I haven't used Windows on a regular basis for about 8 years, but when<br>&gt; &gt; I did use it there was an option to hide file suffixes. My guess is<br>&gt; &gt; this option still exists and you have this option turned on. Try this<br>&gt; &gt; <br>&gt; &gt; (rename-file-or-directory "numbers.txt.txt" "numbers.txt")<br>&gt; &gt; <br>&gt; &gt; and see what happens. If Explorer (or whatever the Windows file system<br>&gt; &gt; viewer is called these days) shows the file as just numbers then we've<br>&gt; &gt; found the problem.<br>&gt; <br>&gt; I would put money on that.  (directory-list) is telling you the file's REAL name, and (with-input-from-file...) is looking for it by its REAL name.  Windows Explorer is hiding part of the name from you.  When I sit down at a Windows machine, one of the first things I do is uncheck the "Hide suffixes for known filetypes" option so I can see what my files are really named.<br>&gt; <br>&gt; <br>&gt; <br>&gt; Stephen Bloch<br>&gt; sbloch@adelphi.edu<br>&gt; <br>&gt; <br>&gt; <br></div>                                               <br /><hr />We want to hear all your funny, exciting and crazy Hotmail stories. <a href='http://clk.atdmt.com/UKM/go/195013117/direct/01/' target='_new'>Tell us now</a></body>
</html>