File.this

Constructor

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

Parameters

filename string

Null terminated file name

mode string

Null terminated access mode

Meta