Close
Relief for ODA Team in Ukraine
Learn more
ODA Kernel SDK
API Reference
>
Namespaces
>
Oda Namespace
>
Structs, Records, Enums
>
Oda::FileCreationDisposition Enumeration
Oda::FileCreationDisposition Enumeration
Syntax
C++
enum
FileCreationDisposition
{
kCreateNew
= 1,
kCreateAlways
= 2,
kOpenExisting
= 3,
kOpenAlways
= 4,
kTruncateExisting
= 5 };
Members
Members
Description
kCreateNew
Creates a new file; fails if the specified file already exists.
kCreateAlways
Creates a new file; overwrites any existing file.
kOpenExisting
Opens the file; fails if the file does not exist.
kOpenAlways
Opens the file; creates the file if it does not exist.
kTruncateExisting
Truncates the file; fails if the file does not exist. The file must be open at least kFileWrite.
File:
RxSystemServices.h
Namespace:
Oda
Module:
API Reference
Was this documentation helpful?
We are sorry. Please tell us what we can improve.
*
Great! Please provide additional feedback.
(Optional)
Thank you for your feedback!
Please wait...
Something went wrong!