摘要: 代码范例; CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System;using System.Collections.Generic;using System.Text;using System.IO;// The bi... 阅读全文
posted @ 2009-04-23 15:33 自助者天助 阅读(528) 评论(0) 推荐(0) 编辑
摘要: 1。文件或者目录操作可以用到FileInfo,File,DirectoryInfo,Directory类: FileInfo和File的主要区别是File的多数方法都是静态方法,DirectoryInfo与Directory区别与此相似。 2。流:In the world of I/Omanipulation, a stream represents a chunk of data. Strea... 阅读全文
posted @ 2009-04-23 14:26 自助者天助 阅读(534) 评论(0) 推荐(0) 编辑