2010年6月8日

C#中常用的经典文件操作方法

摘要: C#追加文件StreamWritersw=File.AppendText(Server.MapPath(".")+"\\myText.txt");sw.WriteLine("追逐理想");sw.WriteLine("kzlll");sw.WriteLine(".NET笔记");sw.Flush();sw.Close();C#拷贝文件stringorignFile,NewFile;orignFile... 阅读全文

posted @ 2010-06-08 16:38 David.Goo 阅读(131) 评论(0) 推荐(0) 编辑

导航