[ 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.
| this |
A FileSystem. |
| path |
The path of the output stream. |
|
A newly created OutputStream. |