2016年11月9日

C#遍历指定文件夹中的所有文件和子文件夹

摘要: 参考:http://www.cnblogs.com/skylaugh/archive/2012/09/23/2698850.html DirectoryInfo TheFolder=new DirectoryInfo(folderFullName); //遍历文件夹foreach(Directory 阅读全文

posted @ 2016-11-09 14:33 华山青竹 阅读(28477) 评论(0) 推荐(0)

导航