logo       

Reading file into Shout Workspace: msg#00082

lang.smalltalk.squeak.beginners

Subject: Reading file into Shout Workspace

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


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise