C
C#3y ago
dimrod

❔ Help adding text to the end of a line in a text file

To be clear, I don't want to create a new line
7 Replies
dimrod
dimrodOP3y ago
I have this file
dimrod
dimrodOP3y ago
dimrod
dimrodOP3y ago
and I want to add new information to the end of a line in this Is there any way to do that?
JakenVeina
JakenVeina3y ago
File.AppendText(String) Method (System.IO)
Creates a StreamWriter that appends UTF-8 encoded text to an existing file, or to a new file if the specified file does not exist.
Accord
Accord3y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.

Did you find this page helpful?