Reputation: 111
How would you read a directory in a ZIP file and return it as a local path with ICSharZipLib? Is it even possible?
I know how to make a streamreader from a file within the ZIP file, but after that I'm somewhat stuck.
Upvotes: 1
Views: 149
Reputation: 259
Perhaps this can help,
Recently I switched to DotNetZip and I find it to be a much easier library to work with. They have an extensive list of examples for C#.
Upvotes: 1