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

Added entries cannot be accessed again until Zip is reopened #58

Open
thomas694 opened this issue Jan 20, 2025 · 0 comments · May be fixed by #62
Open

Added entries cannot be accessed again until Zip is reopened #58

thomas694 opened this issue Jan 20, 2025 · 0 comments · May be fixed by #62

Comments

@thomas694
Copy link
Contributor

Metadata can be retrieved with ReadCentralDir.
The data for newly added files is appended to the stream, but the central directory information is not updated until the archive is closed. Until then, the ZipFileEntry for a newly added file is just added to an internal list.
As ReadCentralDir should remain untouched, it would be nice to have two methods GetEntries and GetEntry to retrieve the entire list or search for a specific entry.

@thomas694 thomas694 linked a pull request Jan 20, 2025 that will close this issue
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.

1 participant