❔ 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
I have this file
and I want to add new information to the end of a line in this
Is there any way to do that?
FileMode Enum (System.IO)
Specifies how the operating system should open a file.
File.Open Method (System.IO)
Opens a FileStream on the specified path.
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.
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.