Zip API ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • FrançoisV

    Zip API ?

    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
  • Shiva

    #2
    Re: Zip API ?

    You might want to try this:
    ICSharpCode has 20 repositories available. Follow their code on GitHub.


    "FrançoisV" <FranoisV@discu ssions.microsof t.com> wrote in message
    news:D6890B58-7684-47D9-A723-F14BF2DA5D06@mi crosoft.com...
    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


    Comment

    • Anders Norås [MCAD]

      #3
      Re: Zip API ?

      > I'm looking for ZIP API to be able to compress/ uncompress files with the[color=blue]
      > Windows XP mechanism
      > Does this API exist ?
      > Where can i find it ?
      > Is it free ?[/color]
      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/is...n/default.aspx)
      on how you can use these classes with C#.

      Anders Norås



      Comment

      Working...