Thread overview
std.zip library example
Feb 20, 2007
jicman
Feb 20, 2007
Justin C Calvarese
Feb 20, 2007
jicman
February 20, 2007
Greetings!

I am trying to get the std.zip library to work.  Does any one have a quick example on how to do this?  I would like to zip a directory, but the example is lacking info.  And it is my first time.  I did go to the web site, but I could not get any info related to this.

thanks.

josé
February 20, 2007
jicman wrote:
> Greetings!
> 
> I am trying to get the std.zip library to work.  Does any one have a
> quick example on how to do this?  I would like to zip a directory,
> but the example is lacking info.  And it is my first time.  I did go
> to the web site, but I could not get any info related to this.
> 
> thanks.
> 
> jos�

Did you see this example?
http://www.dsource.org/projects/tutorials/wiki/ZipExample

-- 
jcc7
February 20, 2007
== Quote from Justin C Calvarese article
> jicman wrote:
> > Greetings!
> >
> > I am trying to get the std.zip library to work.  Does any one
have a
> > quick example on how to do this?  I would like to zip a
directory,
> > but the example is lacking info.  And it is my first time.  I
did go
> > to the web site, but I could not get any info related to this.
> >
> > thanks.
> >
> > jos�
> Did you see this example? http://www.dsource.org/projects/tutorials/wiki/ZipExample

Sure didn't.  Thanks Justin.

jic