Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
Oda::FileCreationDisposition Enumeration
Syntax
C++
enum FileCreationDisposition { kCreateNew = 1, kCreateAlways = 2, kOpenExisting = 3, kOpenAlways = 4, kTruncateExisting = 5 };
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 

Copyright © 2002-2022. Open Design Alliance All rights reserved.