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

Same zip different zipContents when loadAsync #908

Open
Mihai-github opened this issue Sep 16, 2023 · 0 comments
Open

Same zip different zipContents when loadAsync #908

Mihai-github opened this issue Sep 16, 2023 · 0 comments

Comments

@Mihai-github
Copy link

I've encountered a perplexing situation that I'm struggling to explain. I have a ZIP file that I downloaded from the internet and then extracted its contents. Afterward, I zipped the contents back into a ZIP file without making any changes. However, when I use const directory = zipContents.folder("folder_name");, I observe a difference between the two scenarios.

In one case, the structure of the extracted content appears as zip_name/folder_name, while in the other, which came from the internet, it's simply folder_name. This discrepancy is causing a problem with my functionality, and I'm unsure why it's happening, as there should be no discernible difference in the content itself."

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

No branches or pull requests

1 participant