c 新建文字檔案 遍歷讀取文字 刪除文字行

2022-02-19 10:22:22 字數 493 閱讀 1325

如果該物理路徑沒有該文字則建立乙個新文字

if (!file.exists(@"c:\db.txt"))

//讀取文字,遍歷文字

streamreader sr = new streamreader(@"c:\db.txt", encoding.getencoding("gb2312"));

string nextline;

while ((nextline = sr.readline()) != null)

{messagebox.show(nextline);

//在最後一行寫入資料,(如果需要在特定行則需要另外方法

streamwriter sw = new streamwriter(@"c:\db.txt", true, encoding: encoding.getencoding("gb2312"));

sw.write("\r\n"+"哈哈哈");

sw.flush();

sw.close();

C 讀取文字檔案

很多初學c 的同學,對於讀取文字檔案,並按照行處理資料總是有點不知如何開始,作為c 的初學者,自己在這裡做一點筆記。其實利用c 按行讀取文字檔案其實很簡單。假設有乙個文字檔案,如下所示 1 2 3 2 3 4 3 4 5 5 6 7 7 8 9 檔名為split.txt 目的 按照行讀取資料,並乙個...

讀取文字檔案

void ctestdlg onreadinfo cfile filewrite1 testwrite1.txt cfile modecreate cfile modewrite cfile filewrite2 testwrite2.txt cfile modecreate cfile modew...

桌面右鍵新建 文字檔案沒有了

桌面右鍵新建 文字檔案怎麼會突然沒掉的呢 不要著急 把如下 考到txt檔案中 windows registry editor version 5.00 hkey classes root txt txtfile content type text plain hkey classes root tx...