B
bnob
I must read a txt file and when I found a line beginning with the word
"Backup", I must replace this line with "Save"
The read and the write must done into the same file!
I know how to read line after line a file (I use StreamReader), but how
can I write during I read the file ??
"Backup", I must replace this line with "Save"
The read and the write must done into the same file!
I know how to read line after line a file (I use StreamReader), but how
can I write during I read the file ??