Just in case this might be helpful to someone, here's an example of how to read text from a file into an appropriately named Workspace so you can use the Workspace windowbar menu to save the contents of the Workspace back into the same file easily.
(SHWorkspace new openLabel: 'myWorkspace') contents: ((FileStream fileNamed: 'myWorkspace.text') contentsOfEntireFile); changed: #contents.
--
Ken G. Brown
sq3.10-7159dev08.04.1 + LPF + Sake + MiorFixesStable + MinorFixesUnstable, Squeak 3.8.18beta1U.app, MacOS X 10.5.2
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners