jaime-olivares / zipstorer

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

Update zipstorer.vb to include recent changes #34

Closed benchen71 closed 5 years ago

benchen71 commented 5 years ago

Added AddDirectory function Added leaveOpen parameter Fixed line continuation errors

jaime-olivares commented 5 years ago

Hi @benchen71 I am merging without any verification, as I am no longer maintaining the VB version, because you can use the nuget package (built from c#)

benchen71 commented 5 years ago

I've been using this updated vb version for a while now so it should be fine.

I looked into the nuget package, but all I could see was a dll. I really like being able to see the vb code and being able to trace execution through the code. Hence, why I prefer to use the vb file.