jaime-olivares / zipstorer

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

Extracting using Windows Extract All functionality #54

Open aristosamar opened 1 month ago

aristosamar commented 1 month ago

Nice tool but to use it I would need to be able to extract files using windows embedded zip functionality. At the moment when trying to do that I get error:

image

I can unzip archive using your class but cannot do that using Windows. I used both Store and Deflate options. Also I tried to switch EncodeUTF8 to true with no luck.