zip4j
zip4j copied to clipboard
Ignore invalid symbolic links when zipping a folder
trafficstars
net.lingala.zip4j.exception.ZipException: Symlink target xxx does not exist for link 'xxx'
what I need is ignore those invalid symlinks instead of get an exception.
Hi, I can add a flag to the UnzipParameters in the next release to ignore such exceptions.
@srikanth-lingala does this feature already been implemented? if yes, how exactly am i able to use it?
@Brad1944 This hasn't been implemented yet. I will implement this in the next few days and release it.
dose this feature already been implemented?