You need to sign in to do that
Don't have an account?

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.
Doesn't .NET from 2.0 onwards have built in libraries for zip files ?