M
Matt
I want to delete the first line of a text file but it seems like a waste to
read in the entire file into memory, remove the line, and then write it out
again. Is there a way in VB.NET to delete the first line without reading in
the entire file and recreating it?
read in the entire file into memory, remove the line, and then write it out
again. Is there a way in VB.NET to delete the first line without reading in
the entire file and recreating it?