zip4j icon indicating copy to clipboard operation
zip4j copied to clipboard

createSplitZipFileFromFolder on two folders

Open antony84 opened this issue 2 years ago • 0 comments
trafficstars

Hi, if we have a root folder with more subdirs, but want zip just two oh these, how it can be achieved? And if subdirs are not in the same root dirs? I tried createSplitZipFile but it doesn't work on directories, subdirs content is not included.

I used setExcludeFileFilter in ZipParameters, but it takes a lot of time because root dir is very large, while i have to zip just two dirs.

Thanks

antony84 avatar Jun 15 '23 14:06 antony84