hello everyone i just wanted to know how can i modify a text file once i opened it and searched trough it and arrived at a point where the search returned something , i want to remove that line EG :
Do While stream_reader.Peek() > -1
nome_read = stream_reader.ReadLine()
If nome_read = nome Then
"Here I should remove the current line from the text file"
End If
lista_utenti.AppendText(nome & vbNewLine)
Loop
thx in advance
2007-04-27
07:06:43
·
1 answers
·
asked by
cor_sibu
2
in
Computers & Internet
➔ Programming & Design