List Archive
Thread
-
Update file in archive,
anis
(2020/02/22 08:37:28)
- Re: Update file in archive, Thomas Klausner (2020/02/25 10:53:43)
Message
On Sat, Feb 22, 2020 at 11:37:27AM +0300, anis%pmg.org.ru@localhost wrote: > How to update the contents of an existing file in an archive? Write new data > to the end of the file, which is in the previously created archive. Or is it > not possible for a archive format zip??? You'll have to write your own zip_source function that extracts the previous contents and then provides these and the new data. Cheers, Thomas
Made by MHonArc.