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

首頁 > 開發 > 綜合 > 正文

C#對文件的操作

2024-07-21 02:28:41
字體:
來源:轉載
供稿:網友

private void copy()
  {
   string [email protected]"c:/documents and settings/administrator/「開始」菜單/程序/啟動/shut_explorer.exe";

//   string path = system.io.directory.getcurrentdirectory()+"http://shut_explorer.exe"; //??

   string path=system.diagnostics.process.getcurrentprocess().mainmodule.filename;//這種方法好,可以動態獲取

   if(!system.io.file.exists(aimpath))
   {
    system.io.file.copy(path,aimpath);
   }

  }

 


//創建文本
string [email protected]"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");
}

注冊會員,創建你的web開發資料庫,
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 灵山县| 西昌市| 东至县| 柳江县| 云梦县| 元谋县| 确山县| 偃师市| 绥宁县| 华坪县| 东平县| 九台市| 张家界市| 东乡| 综艺| 洛南县| 开封县| 三穗县| 朝阳县| 新田县| 永寿县| 梨树县| 泸西县| 金秀| 额济纳旗| 新邵县| 平湖市| 靖宇县| 和静县| 金阳县| 滁州市| 根河市| 手机| 习水县| 奉贤区| 南岸区| 五寨县| 固安县| 乌鲁木齐市| 南康市| 石家庄市|