How can I implement a FileFilter that supports wildcards in the file pattern?
Location: http://www.jguru.com/faq/view.jsp?EID=22021 Created: Mar 8, 2000 Modified: 2001-08-18 17:01:18.315 Author: John Zukowski (http://www.jguru.com/guru/viewbio.jsp?EID=7) Question originally posed by Nicholas Whitehead (http://www.jguru.com/guru/viewbio.jsp?EID=1260 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.