摘要:
C#遍历指定文件夹中的所有文件DirectoryInfo TheFolder=new DirectoryInfo(folderFullName);//遍历文件夹foreach(DirectoryInfo NextFolder in TheFolder.GetDirectories()) this.l 阅读全文
posted @ 2020-04-23 14:41
心蓝2013
阅读(8779)
评论(0)
推荐(0)