differences bwetween smalltalk idioms

Bob Arning arning at charm.net
Fri Mar 24 04:48:16 UTC 2000


On Thu, 23 Mar 2000 07:17:56 +0000 "Dana S. Wheeler" <dwheeler at gte.net> wrote:
>My question is this. Does anybody have any recommendatrions on where I
>can learn how to do basic things like open and close files etc to
>support my explorations with more advanced concepts?

Sure, check references to the classes FileStream and FileDirectory in the image and you'll see lots of places where files are written, read, deleted, renamed, enumerated, etc. As an alternative, open a method finder (selector finder in older versions) and find methods containing file.

Cheers,
Bob





More information about the Squeak-dev mailing list