#include "../enum.h"
Contains xtd::io::file_access enum class.
Go to the source code of this file.
Namespaces | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
namespace | xtd::io |
The xtd::io namespace contains types that allow reading and writing to files and data streams, and types that provide basic file and directory support. | |
Enumerations | |
enum class | xtd::io::file_access { xtd::io::file_access::read , xtd::io::file_access::write , xtd::io::file_access::read_write } |
Defines constants for read, write, or read/write access to a file. This enumeration has a flags attribute that allows a bitwise combination of its member values. More... | |