I'm currently using StreamWriter and StreamReader to read and write text files. SteamWriter is horrible because I can delete lines, go to specific lines, search, etc. Is there a better way to do those with VB.NET?? There has to be!
-- Ethan --
Printable View
I'm currently using StreamWriter and StreamReader to read and write text files. SteamWriter is horrible because I can delete lines, go to specific lines, search, etc. Is there a better way to do those with VB.NET?? There has to be!
-- Ethan --
Have you tried the FileOpen method?
System.IO.File.OpenText()