DoxigAlpha

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:Lock
Open the file with an advisory lock to coordinate with other processes
lock_nonblocking:bool
Sets whether or not to wait until the file is locked to return.
mode:Mode
For POSIX systems this is the file system mode the file will