Acidon
Programmer
- May 1, 2004
- 21
Hello,
I'm a real newbie, especially to C#, so forgive me..
What I would like to do is read the last line of a given text file into a string for manipulation. Could I have a suggestion on how to accomplish this? I only need to read it, I do not need to write the manipulated text back to the file.
Some of these text files that I would like to do this to can be quite large.. With only reading the last line, will it still take up a lot of resources because it's a large file?
Any help on this problem is greatly appreciated!
Thank you,
Acidon
I'm a real newbie, especially to C#, so forgive me..
What I would like to do is read the last line of a given text file into a string for manipulation. Could I have a suggestion on how to accomplish this? I only need to read it, I do not need to write the manipulated text back to the file.
Some of these text files that I would like to do this to can be quite large.. With only reading the last line, will it still take up a lot of resources because it's a large file?
Any help on this problem is greatly appreciated!
Thank you,
Acidon