DotNetZip.Semverd
DotNetZip.Semverd copied to clipboard
Is there a way to read split/spanned ZIP files?
I have four files of a single ZIP archive, but split into .001 to .004 files, each file a little over 4GB. (18GB in total.)
Various ZIP applications open the archive, but I can't work out how to open it with this library. I'd need a Read function that will accept multiple path strings or at least allow a wildcard.
All I can find is the old documentation at https://archive.codeplex.com/?p=dotnetzip which enigmatically says "Can the library read or create "Split" zip files? Yes. This was added in v1.9."
Hey ! Did you manage to read your splitted archive ? Could you share your solution if you did ?
Thanks a lot ! :)
Alas, no.