File.open

Open or create a named file.

Parameters are as defined for the open system call.

  1. void open(string pathname, int flags)
  2. void open(string pathname, int flags, mode_t mode)
    struct File
    @trusted @nogc
    void
    open
    (
    string pathname
    ,
    int flags
    ,
    mode_t mode
    )

Meta