摘要: public class DirectoryAllFiles { static List FileList = new List(); public static List GetAllFiles(DirectoryInfo dir) { FileInfo[] allFile = dir.GetFiles(); foreach (FileI... 阅读全文
posted @ 2017-03-31 16:36 苏州城外的微笑 阅读(392) 评论(0) 推荐(0)
摘要: 调用 递归生成树 阅读全文
posted @ 2017-03-31 14:31 苏州城外的微笑 阅读(4765) 评论(0) 推荐(0)