FileOutputStream


Description:

[ CCode ( has_construct_function = false ) ]
public FileOutputStream (string path, bool append) throws Error

Parameters:

path

The path of the file output stream.

append

Whether the path is opened as append mode or recreate mode.

Returns:

A newly opened FileOutputStream or null on error.