FileFlags.readWriteNew

A new file is created with read/write access. Fails if the file already exists.

struct FileFlags
static immutable
FileFlags readWriteNew;

Meta