Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 16th, 2012  |  syntax: None  |  size: 0.26 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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. }