How to read nested zip files #463
Unanswered
zhourunjie1988
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to implement a zip file preview function. When the zip file contains nested zip files, is there any good way to read it?
I tried the following code to achieve it, but it is a bit cumbersome. Is there a concise way?
Beta Was this translation helpful? Give feedback.
All reactions