2019年6月9日

递归获取文件夹下特定文件

摘要: public void ReadFilePath(string path) { string[] dirs = Directory.GetFileSystemEntries(path);//获取文件目录和文件名 for (int i = 0; i<dirs.Length; i++) { if (Di 阅读全文

posted @ 2019-06-09 16:43 mol1995 阅读(148) 评论(0) 推荐(0) 编辑

导航