Why /zip
is read-only?
#1308
Unanswered
franalbani
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
Uh oh!
There was an error while loading. Please reload this page.
-
For some reason, I was confident that it was possible for a cosmo binary to write inside
/zip
(and even persist the changes in the file itself).But after failing to do it with cosmo's python:
and then verifying with a simple C example, I started
git grep
ing the repo searching for something to prove myself I was wrong.This is the only thing I found:
I would like to understand why it is so and if there is another way to achieve the same result.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions