How to add some letters to the end of one txt file?  
Author Message
Tor Iver Wilhelmsen





PostPosted: 2003-7-1 0:40:00 Top

java-programmer, How to add some letters to the end of one txt file? email***@***.com (tony lincoln) writes:

> Which method? Many many thanks.

Use a FileWriter with the constructor that takes an append boolean
argument.