Hi! > There doesn't seem to be a way to turn a FileObject into a > FileSelectInfo object. And even though you mentioned that the > FileSelectInfo gives you access to the root, and a few other things, I > still don't see what value that has when you're trying to filter based > on either name or metadata. And I dont get your problems with the FileSelectInfo ;-)
Why would you turn a FileObject into a FileSelectInfo. This is something VFS do for you. On http://wiki.apache.org/jakarta-commons/VfsFaq you will find an example how to use a selector. To get the FileObject in question you can call fileSelectInfo.getFile(). Ciao, Mario --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
