blah blah blah is here! blah blah » Close

0
votes
2 answers

a

a

0
votes
1 answers

append text at end of line

hello:), i'm using c# and i want to read a file line by line, and, if some condition occurs, append a string at the end of the read line. how can this be done? with StreamReader the cursor gets to the next line. thanks

Feedback