摘要: C#遍历指定文件夹中的所有文件 DirectoryInfo TheFolder=new DirectoryInfo(folderFullName); //遍历文件夹 foreach(DirectoryInfo NextFolder in TheFolder.GetDirectories()) thi 阅读全文
posted @ 2017-10-26 22:09 小时不识月儿明 阅读(85) 评论(0) 推荐(0) 编辑