zip4j
zip4j copied to clipboard
createSplitZipFileFromFolder on two folders
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