Media Summary: A basic introduction to file handling in Smalltalk, looking at class Filename, and at basic Stream protocol. Here's the code I used in ... A look at using stdin and stdout from Smalltalk. A look at the APIs for class String - or more properly, gives a few examples and shows you how to discover them for yourself.
Tutorial Visualworks Core Libraries Reading - Detailed Analysis & Overview
A basic introduction to file handling in Smalltalk, looking at class Filename, and at basic Stream protocol. Here's the code I used in ... A look at using stdin and stdout from Smalltalk. A look at the APIs for class String - or more properly, gives a few examples and shows you how to discover them for yourself. A look at using "TGZ Archives" files from Smalltalk. A look at some of the other (non file/directory) convenience methods in class Dialog. A look at using SUnitToo to create a simple unit test.
A look at the Announcement framework - the replacement for both trigger events and change/update. A look at the differences between Strings and Symbols in Smalltalk. A look at hooking up a domain model to a user interface. A look at String Parameter Substitution - how to do printf() type things in