Zip API ?

G

Guest

I'm looking for ZIP API to be able to compress/ uncompress files with the
Windows XP mechanism
Does this API exist ?
Where can i find it ?
Is it free ?

Thank you for your help
 
A

Anders Norås [MCAD]

I'm looking for ZIP API to be able to compress/ uncompress files with the
Windows XP mechanism
Does this API exist ?
Where can i find it ?
Is it free ?
Microsoft J# exposes the classes in the java.util.zip package and you can
access these classes from other .NET languages such as VB.NET and C#. There
is an article in the MSDN Magazine
(http://msdn.microsoft.com/msdnmag/issues/03/06/ZipCompression/default.aspx)
on how you can use these classes with C#.

Anders Norås
http://dotnetjunkies.com/weblog/anoras/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top