zip4j
zip4j copied to clipboard
Using java.io.FileFilter and java.io.FilenameFilter instead of ExcludeFileFilter?
trafficstars
Hi, why not use FileFilter and FilenameFilter for simplicity. It would be more standard-like. What do you think? Christian
I think that is a good idea. I favour standards over generic approaches as well. I will look into it and update.