摘要: final static void showAllFiles(File dir) throws Exception{ File[] fs = dir.listFiles(); for(int i=0; i<fs.length; i++){ ... 阅读全文
posted @ 2014-12-16 15:52 吉利来 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 1 File sourFile = new File(start); //来源文件 2 File tarFile = new File(end); 4 if(!tarFile.exists()){ 5 ... 阅读全文
posted @ 2014-12-16 15:40 吉利来 阅读(651) 评论(0) 推荐(0) 编辑