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: 202

Filed under:
|
|

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

Related posts about ASP.NET

Related posts about c#