An Datei anhängen

Hallo,

wie kann man denn in Java an das Dateiende springen um dort zu schreiben?

Danke

Dario

Eventuell koennte dir das helfen:

java.io.FileWriter (String fileName, boolean append)
Constructs a FileWriter object given a file name with a boolean
indicating whether or not to append the data written.

Gruss Patrick

Hallo Patrick,

hm, so einfach kann das manchmal sein. Ich danke dir.

Schönen Tag noch und Gruß an die Familie.

Dario