Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1.             String destination = BackupConfig.getBackupFolder()
  2.                     + File.separator + formatter.format(date);
  3.             if (!new File(destination).exists()) {
  4.                 new File(destination).mkdir();
  5.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement