国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

C#對文件的操作

2019-11-18 17:02:42
字體:
來源:轉載
供稿:網友

PRivate void Copy()
  {
   string aimpath=@"C:/Documents and Settings/Administrator/「開始」菜單/程序/啟動/Shut_Explorer.exe";

//   string path = System.IO.Directory.GetCurrentDirectory()+"//Shut_Explorer.exe"; //??

   string path=System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName;//這種方法好,可以動態獲取

   if(!System.IO.File.Exists(aimpath))
   {
    System.IO.File.Copy(path,aimpath);
   }

  }

 


//創建文本
string path=@"C:/Documents and Settings/Administrator//桌面/aa.txt";
if(!File.Exists(path))
{
using(StreamWriter sw=File.CreateText(path))
{
sw.Write("開始了");
}
}

//追加文本
using(StreamWriter sw=File.AppendText(path))
{
sw.WriteLine(BoardID+"以完成");
}

//另一種創建文本
using(StreamWriter sw=new StreamWriter(path,false,Encoding.UTF8))//注意QuickCHM支持utf8編碼
{
sw.Write("ererere");
}

http://www.survivalescaperooms.com/wang123/archive/2006/08/22/483092.html


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 武功县| 宜城市| 景洪市| 襄樊市| 咸阳市| 伊吾县| 资讯 | 莱州市| 仲巴县| 秭归县| 昌平区| 蒙山县| 泸定县| 弥勒县| 黄浦区| 濮阳县| 会宁县| 揭东县| 邹城市| 海门市| 台安县| 平潭县| 婺源县| 浦城县| 金寨县| 小金县| 康平县| 棋牌| 屏南县| 稻城县| 崇仁县| 台东市| 夹江县| 香河县| 虞城县| 衡东县| 当涂县| 图们市| 余姚市| 定安县| 建湖县|