4#include <system/details/enum_meta_info.h>
6namespace System {
namespace IO {
28struct EnumMetaInfo<
System::IO::FileMode>
30 static ASPOSECPP_SHARED_API
const std::array<std::pair<System::IO::FileMode, const char16_t*>, 6>& values();
FileMode
Specifies how a file should be opened.
Definition: file_mode.h:10
@ CreateNew
Create a new file. If the file already exists, an exception is thrown.
@ OpenOrCreate
Open an existing file or create a new one if it does not exist.
@ Create
Create a new file. If the file already exists, it is overwritten.
@ Truncate
Open an existing file and truncate it so that it is empty. If the file does not exist,...
@ Open
Open an existing file. If the file does not exist, an exception is thrown.
Definition: db_command.h:9