reading integers from a stream



It seems to work in a non-case-sensitive way.

I am using Linux and the path has most of the times
at leat one capital letter.

If I do this
?open(?"//home/caruso//Work//code//c++//ntl_server//lll_server//lll_server.fifo"),
I get

nonexistent directory: #P"/home/caruso/work/"

Is there a solution?

   Fabrizio


On Thu, 20 Sep 2007, Richard Fateman wrote:

>
>
>> -----Original Message-----
> RJF:
>> You may be able to read integers separated by new lines or by
>> spaces by
>> using lisp.
>> Try foo:?open(filename);
>>  ?read(foo); ?read(foo); ....
>> Getting the filename in the right form, as a string, may be tricky.
>> RJF
>>
> Hint  ...  Try   foo:?open(?"c:\\temp\\numbers")    for example.
>