FileFlags.readWriteEmpty

A new file is either opened or created, truncated if necessary, with read/write access. This ensures that an empty file is opened.

struct FileFlags
static immutable
FileFlags readWriteEmpty;

Meta