create
Indicates that opening the file creates the file if it doesn’t exist.
Declaration
static var create: FileDescriptor.OpenOptions { get }Mentioned in
Discussion
The corresponding C constant is O_CREAT.
Indicates that opening the file creates the file if it doesn’t exist.
static var create: FileDescriptor.OpenOptions { get }The corresponding C constant is O_CREAT.