icsharpcode / SharpZipLib

#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.
http://icsharpcode.github.io/SharpZipLib/
MIT License
3.7k stars 976 forks source link

Is there support for extracting multi-part zip files #802

Closed merl111 closed 1 year ago

merl111 commented 1 year ago

I have a zip which was split into multiple parts when creating:

testData.part1.zip testData.part2.zip testData.part3.zip

Is there support to extract those into one?

I know there's currently no support for creating splitted archives, but I am unsure about extraction.

piksel commented 1 year ago

No, there is no such support implemented.