ZipUtility-Unreal icon indicating copy to clipboard operation
ZipUtility-Unreal copied to clipboard

Split 7zip files won't unzip

Open danielpage3t opened this issue 1 year ago • 1 comments

Hi

I have a 7zip package that I have split into 62 separate pieces that is 6.0gb+ that I need to unzip. When using UnzipTo the interfaces are not called and nothing happens. It is working correctly with normal 7zip packages but not split ones. Have I missed something or is this not available?

danielpage3t avatar Jun 14 '23 12:06 danielpage3t

You may need to find how the 7zip com api handles those cases and make a pull request when you find the missing calls to enable this feature.

getnamo avatar Jun 19 '23 21:06 getnamo