How to create zip with folders? #402
Unanswered
galvakojis
asked this question in
Q&A
Replies: 1 comment 6 replies
-
You just have to include the folder in the filename. Actually, folders are not really useful in a zip file. You can simply avoid creating them explicitly and it should work fine. I confirm the code you posted seems correct though. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can I export zip file which contains multiple folders with multiple files?
for example:
A folder
B folder
C folder
I am not sure i this is correct, and how later add files to 'A folder'?
Beta Was this translation helpful? Give feedback.
All reactions