摘要: public static List GetFile(string path, List FileList, string RelativePath) { DirectoryInfo dir = new DirectoryInfo(path); FileInfo[] fil = dir.GetFiles(); ... 阅读全文
posted @ 2018-09-21 18:00 Thinking.N 阅读(2223) 评论(0) 推荐(0)