02 2016 档案

摘要:public void copyFolder(String oldPath, String newPath) { try { (new File(newPath)).mkdirs(); //如果文件夹不存在 则建立新文件夹 File a=new File(oldPath); String[] fil 阅读全文
posted @ 2016-02-19 11:49 舞阳 阅读(192) 评论(0) 推荐(0)