摘要: http://hi.baidu.com/mayijun0410/item/4fa6c6c154a1c35ebdef69f9using System.IO;Path类的静态方法: ChangeExtension 更改路径字符串的扩展名。 Combine(String()) 将字符串数组组合成一个路径。 Combine(String, String) 将两个字符串组合成一个路径。Combine(String, String, String) 将三个字符串组合成一个路径。 Combine(String, String, String, String) 将四个字符串组合成一个路径。 GetDirec. 阅读全文
posted @ 2013-08-27 12:07 vivianC 阅读(2399) 评论(0) 推荐(0)
摘要: http://msdn.microsoft.com/zh-cn/library/System.IO.File_methods.aspxhttp://www.cnblogs.com/qinfei/archive/2005/11/03/268229.html 1 //文本文件操作:创建/读取/拷贝/删除... 阅读全文
posted @ 2013-08-27 12:06 vivianC 阅读(223) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/feisky/archive/2009/10/29/1591956.htmlSystem.Collections 命名空间包含接口和类,这些接口和类定义各种对象(如列表、队列、位数组、哈希表和字典)的集合。 System.Collections.Generic 命名空间包含定义泛型集合的接口和类,泛型集合允许用户创建强类型集合,它能提供比非泛型强类型集合更好的类型安全性和性能。 System.Collections.Specialized 命名空间包含专用的和强类型的集合,例如,链接的列表词典、位向量以及只包含字符串的集合。在System.Coll 阅读全文
posted @ 2013-08-27 12:01 vivianC 阅读(251) 评论(0) 推荐(0)