摘要: import java.io.File; public class DeepDeletFile { public static void main(String[] args) { String filePath = "F:\\A"; File file = new File(filePath); ... 阅读全文
posted @ 2018-05-10 21:27 马鞍山 阅读(129) 评论(0) 推荐(0) 编辑
摘要: import java.io.File; public class Rename { public static void main(String[] args) { //文件路径 String filePath = "F:\\JAVA\\"; reName(filePath); } static bo... 阅读全文
posted @ 2018-05-10 20:12 马鞍山 阅读(422) 评论(0) 推荐(0) 编辑