help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Writing to a File


From: Isaac Gouy
Subject: Re: [Help-smalltalk] Writing to a File
Date: Sun, 23 Jan 2005 09:13:42 -0800 (PST)

> > You probably want to use the methods in class File (not those in
> > FileDescriptor).
> > 
> > bar := (File name: 'bug_output') writeStream.
> > 
> > Does that do what you want?
> 
> Yup. Great. Thanks.
> 
> But I still don't understand (esp. from the documentation) why
> the other approach failed in the way that it did. :-/

I don't know. (Don't have GST installed on this machine.) Maybe do
something like 
   bar inspect

and check if bar really is what you think it is.
 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




reply via email to

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