posted 24 years ago
I am creating a file (that is really a directory) and then calling the listFiles method on the file object passing in an object that implements FilenameFilter. In the accept method FilenameFilter (method that needs to be implemented to implement FilenameFilter) will return true if filename ends on "log". On NT box the listFiles method will return all files that end in "log" in the directory and all sub directories. on unix box returns only files on main directory that ends with "log" but not any files in sub directory.
Any clues?
[This message has been edited by Paul Wetzel (edited November 02, 2000).]
I modified the source so the < symbol would show
[This message has been edited by Carl Trusiak (edited November 02, 2000).]