File.reopen

Reuses stream to change its access mode.

struct File
nothrow @nogc
void
reopen
(
in string mode
)

Parameters

mode string

Null terminated access mode

Meta