FileStream.this

Constructs a file stream.

class FileStream
@nogc @safe @trusted
this
(
string path
,
string mode
)

Parameters

path string

Path to the file to open

mode string

Mode flags to open the file with.

Meta