Text file with each line represent a user, can I update a particular line?
Posted
by Blankman
on Stack Overflow
See other posts from Stack Overflow
or by Blankman
Published on 2010-05-14T19:52:56Z
Indexed on
2010/05/14
20:04 UTC
Read the original article
Hit count: 224
If I have a text file like:
123, joe blow, USA
Where the first values represent:
USERID, NAME, COUNTRY
If my file has 5000 rows, could I update a particular row somehow using C#?
© Stack Overflow or respective owner