[plt-scheme] with-input-from-file

From: Noel Welsh (noelwelsh at gmail.com)
Date: Tue Mar 9 02:59:54 EST 2010

Error message, please. I just tried w/ last night's svn, Advanced Student:

; A file that exists in the current directory
(with-input-from-file "config.log"
  read)

; A file that doesn't exist
(with-input-from-file "does-not-exist"
  read)

Output is:

'This
with-input-from-file: cannot open input file:
"/bham/ums/linux/pd/packages/plt-scheme/src/build/does-not-exist" (No
such file or directory; errno=2)

N.

On Tue, Mar 9, 2010 at 7:01 AM, wooks . <wookiz at hotmail.com> wrote:
>
>
> I just tried using this in ASL running windows xp. It said it could not find
> my file. The file is in the exact directory reported in the error message.
> Please help.
> ________________________________
> We want to hear all your funny, exciting and crazy Hotmail stories. Tell us
> now
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


Posted on the users mailing list.