open_output_stream


Description:

[ Version ( since = "0.17.0" ) ]
public OutputStream? open_output_stream (string path) throws Error

Open an output stream for sequential writing.

If the target already exists, the existing data is truncated.

Parameters:

this

A FileSystem.

path

The path of the output stream.

Returns:

A newly created OutputStream.