File.this

Constructor

  1. this(string filename, string mode)
    struct File
    nothrow @nogc
    this
    (
    string filename
    ,
    in string mode
    )
  2. this(this)

Parameters

filename string

Null terminated file name

mode string

Null terminated access mode

Meta