Results 1 to 3 of 3
Thread: Please Help..
- 08-29-2009, 10:08 PM #1
Member
- Join Date
- Aug 2009
- Posts
- 1
- Rep Power
- 0
- 08-29-2009, 10:19 PM #2
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
How big is the text file?
What have you done so far?
-
One way if the file isn't too big: read in your file, add the text to file's Strings held in memory, then write out the file.
If the file is large, you may need to stream in the file and write it out at the same time (to another file, then delete the original and rename the new file).


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks