FileSystem in Squeak

Ramon Leon rleon at insario.com
Thu Mar 23 22:20:49 UTC 2006


Correct, once in the image, you don't need the file, you can distribute just the image. 

> -----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 3:14 PM
> To: The general-purpose Squeak developers list
> Subject: Re: FileSystem in Squeak
> 
> Well, my english is very bad. But i think i understand you.
> 
> I want say thath the file don't need it more because is 
> inside the image as an object, true?.
> 
> An example thath i want to say is better than 1000 words.
> I have in a directory the file, squeak3.8.image and the file 
> myphoto.jpg (or clasic.mp3, BeautyAndTheBest.avi, 
> SomethingUseful.pdf or xml, css etc..etc..etc...).
> 
> If i do " x := Form fromFileNamed: 'myphoto.jpg' " (or 
> something file) then myphoto.jpg are inside the image and i 
> don't need the file. I can't give the image file only because 
> myphoto.jpg is inside the image.
> 
> Omg, i need an english tour.
> 
> 
> 2006/3/23, Ramon Leon <rleon at insario.com>:
> > 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