摘要: public class FileDemo3 { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub deleteFile(new File("d:\... 阅读全文
posted @ 2016-01-22 14:25 烧山火的光 阅读(185) 评论(0) 推荐(0) 编辑
摘要: public class FileDemo2 { public static void main(String[] args) { File file = new File("D:\\360Downloads"); listFile(file); //listFile1(file); //l... 阅读全文
posted @ 2016-01-22 14:01 烧山火的光 阅读(2886) 评论(0) 推荐(0) 编辑