摘要: C#遍历指定文件夹中的所有文件 DirectoryInfo TheFolder=new DirectoryInfo(folderFullName);//遍历一层文件夹foreach(DirectoryInfo NextFolder in TheFolder.GetDirectories()) //遍 阅读全文
posted @ 2016-03-04 11:51 as.秋意浓 阅读(212) 评论(0) 推荐(0) 编辑