Constructs the file flags from a mode string.
This simply calls FileFlags.parse.
FileFlags ff = "wb+"; assert(ff == FileFlags.readWriteEmpty); assert(ff == FileFlags("wb+"));
FileFlags.parse
See Implementation
Constructs the file flags from a mode string.
This simply calls FileFlags.parse.