国产探花免费观看_亚洲丰满少妇自慰呻吟_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://m.survivalescaperooms.com/wang123/archive/2006/08/22/483092.html


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 津市市| 文安县| 任丘市| 延长县| 伊吾县| 肥乡县| 文水县| 孟津县| 巴彦县| 莱阳市| 巫溪县| 凉山| 澄迈县| 库尔勒市| 光山县| 綦江县| 慈利县| 马边| 梁山县| 巴南区| 赤峰市| 泸溪县| 左云县| 绵竹市| 惠东县| 邛崃市| 武隆县| 太和县| 呼和浩特市| 靖宇县| 开封县| 云安县| 金堂县| 南平市| 乌拉特中旗| 岚皋县| 上饶市| 天峻县| 应用必备| 伊川县| 浦东新区|