Following hot on the heels of my question about how to read from a line in vb .net, I need to do the following:
change the line in a text file
[Path] = "c:\this\certain\path\"
with this line
[Path] = "c:\that\other\newer\path\"
these paths will most certainly be different lengths, so I need to either replace what's in the quotes or erase the line completely and enter a new one, but in the same spot, not appended to the end of the document.
Any help would be appreciated. Thanks!
--Adam