I am currently using SharpZipLib for reading/writing ZIP files in C#. Often I want to create a new ZIP file, containing some of the files from an old ZIP file. How can I copy entries between ZIP files without decompressing and recompressing the data?
Asked
Active
Viewed 103 times
1
-
did you find out a way to do this? – CoderM Jun 05 '23 at 14:18
-
@CoderM, no :-( – Oliver Bock Jun 05 '23 at 23:19