Apache FileUtils listFiles

Posted by Marquinio on Stack Overflow See other posts from Stack Overflow or by Marquinio
Published on 2010-05-03T21:04:08Z Indexed on 2010/05/03 21:08 UTC
Read the original article Hit count: 122

Filed under:
|

Hey everyone I'm trying to get a List of directories. I'm using FileUtils listFiles().

I want to do something like this: listFiles(File,IOFileFilter,false). My real questions is how I can implement the accept() from the IOFileFilter so I can check if current File is a directory?

Thank you in advance.

© Stack Overflow or respective owner

Related posts about java

Related posts about file