[Newbies] Help me FileIn

Randal L. Schwartz merlyn at stonehenge.com
Mon Aug 17 02:20:35 UTC 2009


>>>>> "K" == K K Subramaniam <subbukk at gmail.com> writes:

K> On Monday 17 Aug 2009 12:17:25 am Randal L. Schwartz wrote:
>> That explanation is about .sources and .changes, not fileOuts.

K> The class fileout (from browser into *.st files) uses the same format
K> (sequence of data chunks) as *.sources and *.changes files. Did you have
K> some other fileOuts in mind?

Are you sure?

It looks like the fileout I *just* got is classic ST-80 format, with "!"
delimiting Smalltalk code.  There's no "binary" data in here... it's all
human-readable text (chunks of smalltalk code).  That's different from the
.sources and .changes, because they have some binary data in them (I thought).

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion


More information about the Beginners mailing list