jaime-olivares / zipstorer

A Pure C# Class to Store Files in Zip
MIT License
183 stars 63 forks source link

Extract to folder #3

Closed Delaley closed 8 years ago

Delaley commented 8 years ago

How do I extract to a folder not a file.

Delaley commented 8 years ago

Okay I mananage to Extract to a directory however all text seems to be wrongly encoded. Any solution

Delaley commented 8 years ago

Okay I manage to Extract to a directory however all text seems to be wrongly encoded. Any solution

jaime-olivares commented 8 years ago

Delaley, the library doesn't do anything with the content, either text or binary. If you have an encoding problem, it may be related to the receiving text stream object/class.