J
Jeffrey
What classes/methods can I use to do the following?
1. Open a text file (less than 50k in size)
2. Replace some text in it.
3. Close the text file.
I don't want to have to create a new file in order to accomplish this (i.e.,
I don't want to open it, read to memory, do replacement in memory, delete
original file, write to new file from memory).
Thanks!
1. Open a text file (less than 50k in size)
2. Replace some text in it.
3. Close the text file.
I don't want to have to create a new file in order to accomplish this (i.e.,
I don't want to open it, read to memory, do replacement in memory, delete
original file, write to new file from memory).
Thanks!