Options for creating new files or directories.
These will not change existing files.
Public Static Attributes
-
Options
DEFAULT
Default file creation options.
16MB and universal read+write.
-
struct
CreateOptions
Public Members
-
off_t
size
File size.
-
mode_t
mode
File mode.
-
mode_t
dir_mode
Mode for directories that will be created as part of file creation.
-
struct
OpenOptions
-