CreateFlags
Fields of this type
Fields
- read:bool
- Whether the file will be created with read access.
- truncate:bool
- If the file already exists, and is a regular file, and the access
- exclusive:bool
- Ensures that this open call creates the file, otherwise causes
- lock_nonblocking:bool
- Sets whether or not to wait until the file is locked to return.