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)
  2. void open(const(char[]) path, Style style)
  3. bool open(const(char[]) path, Style style, int addflags, int access)
    class File
    version(Posix)
    protected
    bool
    open
    (
    const(char[]) path
    ,,,
    int access = octal!(666)
    )
  4. void open(const(char[]) path, Style style)

Meta