5 #include "../ustring.h"
file_access
Defines constants for read, write, or read/write access to a file. This enumeration has a flags attri...
Definition: file_access.h:15
std::string to_string(const value_t &value, const std::string &fmt, const std::locale &loc)
Convert a specified value into a string with specified format and locale.
Definition: to_string.h:37
@ read_write
The file is a read_write file. The file is part of the operating read_write or is used exclusively by...
@ read
Read access to the file. Data can be read from the file. Combine with Write for read/write access.
@ write
Write access to the file. Data can be written to the file. Combine with Read for read/write access.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17