[squeak-dev] Rio File/Directory

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Rio File/Directory

keith1y
Just to let you guys know,

A while back I did the work of moving Rio over to use classes File and
Directory, and String>>asFile and String>>AsDirectory.

I am tempted to leave it that way for now (i dont have time to do
otherwise for a bit) since I do want to propose it as a standard thing
that could be in Squeak/Pharo/Whatever.

Code size stats:

     self compiledSize: 'File-Kernel'.  6906 (for Kernel Images)
     self compiledSize: 'File-Base'.  8215 (includes some ftp remote
directory support)

     self compiledSize: 'Files-Directories'. 11471
     self compiledSize: 'FileMan-Core'.    7098
     self compiledSize: 'Network-RemoteDirectory'. 21481

regards

Keith

Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: Rio File/Directory

Paolo Bonzini-2
Keith Hodges wrote:
> Just to let you guys know,
>
> A while back I did the work of moving Rio over to use classes File and
> Directory, and String>>asFile and String>>AsDirectory.
>
> I am tempted to leave it that way for now (i dont have time to do
> otherwise for a bit) since I do want to propose it as a standard thing
> that could be in Squeak/Pharo/Whatever.

That would be great.  The GNU Smalltalk class library in GNU Smalltalk
3.1 was also inspired by Rio.

Paolo