zipstorer icon indicating copy to clipboard operation
zipstorer copied to clipboard

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

Open AxleUnix opened this issue 2 years ago • 0 comments

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

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

AxleUnix avatar Aug 24 '22 09:08 AxleUnix