RE: GlobFilenameFilter problem

2001-02-21 Thread Dan Lipofsky
- > From: Dan Lipofsky [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 21, 2001 12:54 PM > To: '[EMAIL PROTECTED]' > Subject: GlobFilenameFilter problem > > > I am encountering a problem with GlobFilenameFilter. > It correctly catches files for the pattern &#

GlobFilenameFilter problem

2001-02-21 Thread Dan Lipofsky
I am encountering a problem with GlobFilenameFilter. It correctly catches files for the pattern 'i*.html' but not the more general '*.html'. I am using version 2.0. Here is proof: public static void main(String args[]) { File srcDir = new File(args[0]); FilenameFilter filter = (a