Writing to ZIP file

About Monkey 2 Forums Monkey 2 Programming Help Writing to ZIP file

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  Hezkore 2 years ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7855

    Hezkore
    Participant

    Is there some way to write to a file inside a ZIP file?
    Or is it possible to write a file to disk and then overwrite a file in a ZIP file?

    #7856

    degac
    Participant

    Hi
    reading the source of miniz module it seems that it will be possible to write (in memory or on filesystem) a .zip file.
    std.zipfile has only functions to ‘read’ data from a .zip unfortunately: it seems a ‘not completed’ work.

    I tried to use miniz & some info taken from internet, but results are not very satisfactory 🙂

    #7857

    Hezkore
    Participant

    Ah, well no doubt Mark will add more functions later on.
    Perhaps I should make a “request” post over at the GitHub issues section…

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.