public interface FileFilter
Instances of this interface may be passed to the method
of the listFiles(FileFilter) class.File
boolean accept(File pathname)
pathname - The abstract pathname to be testedtrue if and only if pathname
should be included