File.open

Low level open for sub-classes that need to apply specific attributes.

Return: False in case of failure.

  1. bool open(const(char)[] path, Style style, DWORD addattr)
    class File
    version(Win32)
    protected
    bool
    open
    (
    const(char)[] path
    ,,)
  2. void open(const(char[]) path, Style style)
  3. bool open(const(char[]) path, Style style, int addflags, int access)
  4. void open(const(char[]) path, Style style)

Meta