Documentation Language: Swift

Enumeration

MTLOpenMode

File operations mode enumeration.

enum MTLOpenMode

Topics

Enumeration Cases

E
MTLOpenMode.append

Append to the file if it exists, create if it doesn’t.

E
MTLOpenMode.create

Create the file only if it doesn’t exist, fail otherwise.

E
MTLOpenMode.overwrite

Overwrite the file if it exists, create if it doesn’t.

Initializers

Default Implementations

Relationships

Conforms To