Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
AxleUnix opened this issue Aug 24, 2022 · 1 comment
Closed

Comments

@AxleUnix
Copy link

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

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

A9G-Data-Droid added a commit to A9G-Data-Droid/zipstorer that referenced this issue Oct 30, 2023
 - Closes jaime-olivares#48
 - Make sync and async behavior the same
jaime-olivares added a commit that referenced this issue Jul 7, 2024
@jaime-olivares
Copy link
Owner

Implemented as suggested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants