c# sharpziplib adding file to existing archive

前端 未结 7 1206
-上瘾入骨i
-上瘾入骨i 2020-12-11 17:47

am trying to add a file to an existing archive using the following code. When run no errors or exceptions are shown but no files are added to the archive either. Any ideas w

7条回答
  •  再見小時候
    2020-12-11 18:15

    The ZipOutputStream class does not update existing ZIP files. Use the ZipFile class instead.

提交回复
热议问题