Thread
:
how to edit lines.
View Single Post
#
2
(
permalink
)
08-01-2007, 06:41 AM
brianhks
Senior Member
Join Date: Jul 2007
Posts: 134
Change your code to this
Code:
FileOutputStream fs = new FileOutputStream(outfile, true);
The "true" tells it to append to the file instead of overwriting it.
brianhks
View Public Profile
Send a private message to brianhks
Find all posts by brianhks