FileOutputStream.this

Constructs an output stream to write to the given file.

  1. this(FILE* filePtr)
  2. this(const(char*) filename)
    struct FileOutputStream
    this
    (
    const(char*) filename
    )

Parameters

filename const(char*)

The name of the file to write to.

Meta