mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
File.open
mecca
reactor
io
fd
File
Open or create a named file.
Parameters are as defined for the open system call.
void
open
(string pathname, int flags)
void
open
(string pathname, int flags, mode_t mode)
struct
File
@
trusted
@
nogc
void
open
(
string
pathname
,
int
flags
,
mode_t
mode
)
Meta
Source
See Implementation
mecca
reactor
io
fd
File
functions
open
variables
fd
Open or create a named file.
Parameters are as defined for the open system call.