help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] [Possible bug] #upToEnd etc on certain files


From: Bonzini
Subject: Re: [Help-smalltalk] [Possible bug] #upToEnd etc on certain files
Date: Mon, 19 Aug 2002 19:22:22 +0200

>    (File name: '/proc/rd/status') readStream upToEnd!

Workaround:

    (FileStream popen: 'cat /proc/rd/status' dir: FileStream read) upToEnd

Paolo






reply via email to

[Prev in Thread] Current Thread [Next in Thread]