How can I implement a FileFilter that supports wildcards in the file pattern?
Created Mar 8, 2000
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.