[Newbies] Reading file into Shout Workspace

Ken G. Brown kbrown at mac.com
Thu Apr 10 05:11:42 UTC 2008


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


More information about the Beginners mailing list