How can I implement a FileFilter that supports wildcards in the file pattern?
Created May 4, 2012
John Zukowski You can find an implementation of FilenameFilter that supports this at http://www.jzoo.com/java/wildcardfilter/index.html. This should be easily modifiable to a FileFilter.