I was looking to unzip documents using C#. What I discovered was that there were and still are no standard assemblies for this in .net. To clarify there are zip assemblies however, every one is almost unusable. One of the assemblies unzips but only works on zip files containing at most one file. The other has an ooxml version that requires an xml index file in the zip. Meaning if someone hands you a zip file and says unzip all of the files you can't use a standard .net assembly without lots of grief.
Fortunately there is the sharpzip assembly that is free. I have used this assembly and found it very easy implement. It took only about five minutes to test. I was very pleased with the turn around time.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment