Tagged Questions
2
votes
2answers
422 views
Abstracting a zip as a filesystem - C++ [closed]
I would like to access in read and write mode to a zip without decompressing it on disk: what options do I have?
I need to perform the usual IO actions reserved for a filesystem like reading, writing ...