vb.net怎么往已经建立好的dat文件里写东西,还不覆盖原本的数据?

vb.net怎么往已经建立好的dat文件里写东西,还不覆盖原本的数据?,第1张

如果想继续编辑之前中手庆的文档,在TXT文件尾部继续添卖握加文本薯裂,那么还需要在函数后边加个参数。

VB 代码

方法1:

      Dim sw As StreamWriter = New StreamWriter("C:\temp\test.txt")

      sw.Write("abc" &vbCrLf)

sw.Close()

Dim sw2 As StreamWriter = New StreamWriter("C:\temp\test.txt", True)

sw2.Write("456" &vbCrLf)

sw2.Close()

方法2:

      My.Computer.FileSystem.WriteAllText("test.txt", "This is test Text", True)

方法3:

      System.IO.File.AppendAllText("c:\temp\test.txt", "this is extra test file")

详见:“网页链接” 

FileStream fs=new FileStream("目茄姿衫录颤腔册迟",FileMode.Read)

while(fs.ReadLine())

{

....

}


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/tougao/12170176.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-21
下一篇 2023-05-21

发表评论

登录后才能评论

评论列表(0条)

保存