Creates a BufferedWriter that appends to an existing file, or creates the file if it does not exist.
Example:
var writer = BufferedWriter.fromFileAppend (new Path ("/tmp/log.txt"));
| path |
the file to append to. |
|
a new BufferedWriter, or null if the file cannot be opened. |