[ Version ( since = "0.17.0" ) ]
public OutputStream? open_append_stream (string path) throws Error
Open an output stream for appending.
If the target doesn't exist, a new empty file is created.
| this |
A FileSystem. |
| path |
The path of the output stream. |
|
A newly created OutputStream for appending. |