Contents

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.

See Also

Specifying Options