2010年5月29日
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace Test{ class Program { static void Main(string[] args) { Console.WriteLine("输入已存目录"); string sBaseDir = Console.ReadLine(); FileAndFileInfo.ListFile(sBaseDir); Console.Read(); Console 阅读全文
posted @ 2010-05-29 22:24 少 阅读(132) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2010-05-29 22:18 少 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2010-05-29 22:14 少 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2010-05-29 22:09 少 阅读(1) 评论(0) 推荐(0) 编辑