>        String[] excludes = {"**\\**"};

Never use back-slashes. It's not portable.

To include only files and not dirs, you can use a <type> selector. The
only problem is that it probably twarts the smarts added by Antoine in
directory scanner to not scan the directories themselves. You end up
with the correct list of files, simply not as fast. --DD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to