G
Guest
I've already figured out how to read from a Structured text file using the
StreamReader, and I've also figured out how to Search for a specific Line
within the File (StreamReader.ReadLine). I've also figured out how to
programatically make some changes to that line using String Operations.
Now I want to "Write" those changes back to the file without changing the
current structure. In otherwords I want to be able to Find and Replace. All
the examples show how to Read or Write to Text Files but they don't show you
how to:
* Read From
* Make Changes
* Write Back to
StreamReader, and I've also figured out how to Search for a specific Line
within the File (StreamReader.ReadLine). I've also figured out how to
programatically make some changes to that line using String Operations.
Now I want to "Write" those changes back to the file without changing the
current structure. In otherwords I want to be able to Find and Replace. All
the examples show how to Read or Write to Text Files but they don't show you
how to:
* Read From
* Make Changes
* Write Back to