FileSystem in Squeak

Ramon Leon rleon at insario.com
Thu Mar 23 19:56:34 UTC 2006


Not sure I'm following you're English, but yes, it's not linking the file, it's importing it into the image as an object. 

> -----Original Message-----
> From: squeak-dev-bounces at lists.squeakfoundation.org 
> [mailto:squeak-dev-bounces at lists.squeakfoundation.org] On 
> Behalf Of Lord ZealoN
> Sent: Thursday, March 23, 2006 12:49 PM
> To: The general-purpose Squeak developers list
> Subject: Re: FileSystem in Squeak
> 
> Then, not is a "link" to the file. The image will be an 
> object inside the image forever
> 
> 2006/3/23, Ramon Leon <rleon at insario.com>:
> > No, that's how you get it into the image from the hard 
> drive in the first place.  Once inside the image, it's an 
> object, you can store it anywhere you like, in any way you 
> like, just like any other object.  Inside the image, there's 
> no such thing as a file, it's all just objects.
> >
> > > -----Original Message-----
> > > From: squeak-dev-bounces at lists.squeakfoundation.org
> > > [mailto:squeak-dev-bounces at lists.squeakfoundation.org] On 
> Behalf Of 
> > > Lord ZealoN
> > > Sent: Thursday, March 23, 2006 12:39 PM
> > > To: The general-purpose Squeak developers list
> > > Subject: Re: FileSystem in Squeak
> > >
> > > But, then you need the file in the harddrive not in the image.
> > >
> > > --
> > >
> > > Pero necesitas el archivo físicamente igualmente, no 
> queda dentro de 
> > > la imágen.
> > >
> > > 2006/3/23, Germán Arduino <garduino at gmail.com>:
> > > > Almost anything may be "embedded" in the image, even in 
> a method.
> > > >
> > > > By example:
> > > >
> > > > x := Form fromFileNamed: 'mypic.jpg'
> > > >
> > > > and you have the object x as a .jpg inside the image 
> that you can 
> > > > manipulate as you want.
> > > >
> > > > Cheers.
> > > > gsa.
> > > >
> > > >
> > > >
> > > > 2006/3/23, Lord ZealoN <lordzealon at gmail.com>:
> > > > > Hi again, i have a question, and if don't exists is a
> > > good feature.
> > > > >
> > > > > Would be interesting that you (i) can embbebed (i 
> don't know if 
> > > > > is
> > > > > correct) files into the squeak image.
> > > > >
> > > > > Is possible now? is in wish list?
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
> 
> 



More information about the Squeak-dev mailing list