Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- java listfiles hanging on files with bad characters
- File d = getRootDir(cId);
- return d.listFiles(new FilenameFilter() {
- public boolean accept(File dir, String name) {
- return name.endsWith(FILE_EXTENSION);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment