摘要: 目录管理:两个命名空间:System.IO (Directory,DirectoryInfo)Directory是静态类。不需要实例化即可使用。DirectoryInfo是非静态类。需要实例化方可使用。Directory类的方法:CreateDirectory 创建目录;Delete 删除目录Exits 测试磁盘上是否存在指定的目录GetCurrentDirectory 返回应用程序的当前目录Ge... 阅读全文
posted @ 2010-11-16 22:20 x喜德盛 阅读(310) 评论(0) 推荐(1) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.IO;using System.Data;using System.Data.SqlClient;using... 阅读全文
posted @ 2010-11-16 19:19 x喜德盛 阅读(303) 评论(0) 推荐(1) 编辑