摘要: 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 苏州城外的微笑 阅读(377) 评论(0) 推荐(0) 编辑
摘要: 调用 递归生成树 阅读全文
posted @ 2017-03-31 14:31 苏州城外的微笑 阅读(4740) 评论(0) 推荐(0) 编辑