move file
摘要:1 public static boolean move(String srcFile, String destPath) { 2 // File (or directory) to be moved 3 File file = new File(srcFi...
阅读全文
posted @ 2015-04-13 21:41
posted @ 2015-04-13 21:41