I need to append text repeatedly to an existing file in Java. How do I do that?
|
|
|||||||||||||||||
|
|
|
Are you doing this for logging purposes? If so Apache Log4j is the de facto standard Java logging library. If you just want something simple, this will work:
The second parameter to the |
|||
|
|
|
|
You can use fileWriter with a true for appending.
|
||
|
|
