摘要:
using System; using System.IO;class ListAllFilesDemo{ public static void Main() { Console.Write( "请输入要查询的目录: "); string dir = Console.ReadLine(); try { ListFiles(new ... 阅读全文
posted @ 2010-10-22 13:33
我心依然
阅读(24028)
评论(1)
推荐(0)
浙公网安备 33010602011771号