Kenneth,
You might want to try this: http://javaalmanac.com/egs/java.io/AppendToFile.html

HTH,
Mark

Kenneth Love wrote:

Hello,

I'm looking for a function similar to the following:

org.apache.commons.io.FileUtils.writeStringToFile(file, msg, encoding)

I need to append to an already existing file.  Unfortunately, the
function call above overwrites the contents of the file.

Does a function with the functionality I need already exist somewhere
in the Jakarta Commons libraries?

How easy would it be to overload writeStringToFile() so that it has a
fourth parameter allowing appending to a file instead of overwriting it?

                                                Sincerely,
                                                Kenneth Love


Kenneth Love                       My opinions are my own and no
Oklahoma Tax Commission            relation to reality should
Integrated Tax System              be inferred.
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to