zip4j icon indicating copy to clipboard operation
zip4j copied to clipboard

Ignore invalid symbolic links when zipping a folder

Open Markz666 opened this issue 3 years ago • 5 comments
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.

Markz666 avatar Dec 06 '21 02:12 Markz666

Hi, I can add a flag to the UnzipParameters in the next release to ignore such exceptions.

srikanth-lingala avatar Mar 21 '22 07:03 srikanth-lingala

Hi, I can add a flag to the UnzipParameters in the next release to ignore such exceptions.

Thanks.

Markz666 avatar Mar 29 '22 02:03 Markz666

@srikanth-lingala does this feature already been implemented? if yes, how exactly am i able to use it?

ezariago avatar Jun 29 '22 12:06 ezariago

@Brad1944 This hasn't been implemented yet. I will implement this in the next few days and release it.

srikanth-lingala avatar Jun 30 '22 00:06 srikanth-lingala

dose this feature already been implemented?

zzjson avatar Sep 22 '22 02:09 zzjson