摘要:
DirectoryInfo TheFolder=new DirectoryInfo(folderFullName); //遍历文件夹 foreach(DirectoryInfo NextFolder in TheFolder.GetDirectories()) this.listBox1.Items 阅读全文
posted @ 2020-09-28 16:00
月光魔草
阅读(450)
评论(0)
推荐(0)
|
摘要:
DirectoryInfo TheFolder=new DirectoryInfo(folderFullName); //遍历文件夹 foreach(DirectoryInfo NextFolder in TheFolder.GetDirectories()) this.listBox1.Items 阅读全文
posted @ 2020-09-28 16:00
月光魔草
阅读(450)
评论(0)
推荐(0)
|