open_append_stream


Description:

[ 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.

Parameters:

this

A FileSystem.

path

The path of the output stream.

Returns:

A newly created OutputStream for appending.