2016年4月23日

C#中Directory.GetFiles() 函数的使用

摘要: C#中Directory.GetFiles(string path , string searchPattern, SearchOption searchOption ) 获取path目录中所有文件 注:红色字体部分为可选参数 参数 path 要搜索的目录的相对或绝对路径。此字符串不区分大小写。 s 阅读全文
posted @ 2016-04-23 09:28 和可 阅读(27549) 评论(0) 推荐(0)