jaime-olivares / zipstorer

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

Blank directory names support (in my case it didn't work by default) #48

Closed AxleUnix closed 3 months ago

AxleUnix commented 2 years ago

I propose a subj, by replacing line 454 with the following:

if (!String.IsNullOrEmpty(path) && !Directory.Exists(path))

jaime-olivares commented 3 months ago

Implemented as suggested