1

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.

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
user1568364
  • 113
  • 3
  • 9

1 Answers1

1

Perhaps this can help,

SharpZipLib Examine and select contents of a ZIP file


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#.

Community
  • 1
  • 1
DeusAphor
  • 259
  • 1
  • 8