Hi! > However, I can't seem to figure out what creates FileSelectInfo > objects. The only implementation of this class is a private class -- > DefaultFileSelectorInfo. Is there some reason that FileSelectInfo > objects are used instead of FileObjects themselves? The DefaultFileSelectorInfo will be created by AbstractFileObject.findFiles once for the whole traversing process. It is a mutable object which will be reused during the traverse process.
Well, the idea behind this interface is to provide additional data - as you might see you can always access the base folder, the file and its depth. --- Mario --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
