function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JvalleeJvallee 

Parsing the zip file returned by Metadata Retrieve()

I have been able to successfully able to get the zip file generated by the Metadata API's Retrieve() function, write it to a file and open with the Windows Zip Utility.  I need to parse the information contained within the Zip file. The only .NET 2.0 library that works with zip files is GZipStream, which unfortunately does not support zip archives which contain multiple files, or diectories.  Does anyone have any suggestion of a third party library that will solve this.  Or better yet something in .Net that I am missing.
SuperfellSuperfell
Doesn't .NET from 2.0 onwards have built in libraries for zip files ?