03 2014 档案

摘要:using System;using System.IO;namespace ConsoleApplication7{ /// /// Class1 摘要说明 /// class Class1 { /// /// 应用程序主入口点 /// [STAThread] static void Main(string[] args) { string dirp=@"d:\\d"; DirectoryInfo mydir = new DirectoryInfo(dirp); foreach (FileSystemInfo fsi in mydir.GetFileSyste... 阅读全文
posted @ 2014-03-27 13:44 Victor.lu 阅读(958) 评论(0) 推荐(0)
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Diagnostics; 6 using System.Lin 阅读全文
posted @ 2014-03-22 10:59 Victor.lu 阅读(681) 评论(0) 推荐(0)