摘要: 1、递归获取目录下的所有文件清单调用:List fileList = GetFileList(path);方法private static List GetFileList(string path) { List fileList = new List(); ... 阅读全文
posted @ 2015-04-21 17:19 肖铎 阅读(1390) 评论(0) 推荐(0)