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

ZipArchive contains empty named folder at root #39

Open
ckpearson opened this issue Sep 13, 2023 · 2 comments
Open

ZipArchive contains empty named folder at root #39

ckpearson opened this issue Sep 13, 2023 · 2 comments
Labels
bug Something isn't working Zip

Comments

@ckpearson
Copy link

When using the zip-backed module, Windows explorer claims the archive is empty despite being > 0 size.

Opening the archive in 7-Zip shows a folder at the top level, displayed as '_', and when browsing to it the data I'm expecting at root is there, and the path in the UI shows as:

my_zip.zip\\

I think what might be happening is that a leading '/' is being provided when getting an entry in the archive, but I'm not 100% on this.

@robinrodricks robinrodricks added the bug Something isn't working label Oct 28, 2023
@robinrodricks
Copy link
Owner

Can you write a small c# console test program and post it here so I can check it out?

@robinrodricks
Copy link
Owner

Any fix and PR will be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Zip
Projects
None yet
Development

No branches or pull requests

2 participants