Guest User

Untitled

a guest
May 16th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. java listfiles hanging on files with bad characters
  2. File d = getRootDir(cId);
  3. return d.listFiles(new FilenameFilter() {
  4. public boolean accept(File dir, String name) {
  5. return name.endsWith(FILE_EXTENSION);
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment