摘要:DirectoryInfo directory = new DirectoryInfo("D:\\aa\\"); FileInfo[] files = directory.GetFiles("*.*", SearchOption.AllDirectories); foreach (FileInfo dire in files...
阅读全文
posted @ 2016-02-19 00:46
posted @ 2016-02-19 00:46
posted @ 2016-02-15 20:50
posted @ 2016-02-13 11:52