On Wed, 16 Jul 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > - The other possibility is to write (for instance in FileUtils) a > routine of the type public static File findFileCaseInsensitive(File > basedir, String child) which internally would try all > uppercase/lowercase combinations of child and return null if the > file cannot be found, or otherwise the sought file.
I have something close to that almost ready to commit 8-) It's a little bit more than that, as you'll also have to ensure that the real file name ends up in getIncluded*. And then there is the equals that needs to become an equalsIgnoreCase at the end of checkIncludePattern. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]