io.file.flags

Public Imports

io.stream
public import io.stream : Access;

Members

Enums

Mode
enum Mode

Specifies in what mode a file should be opened. These flags can be combined.

Share
enum Share

Specifies what other processes are allowed to do to the file. These flags can be combined.

Structs

FileFlags
struct FileFlags

File flags that determine how a file stream is created and used.

Meta

Authors

Jason White