xtd 0.2.0
Loading...
Searching...
No Matches
file_access.h File Reference
#include "../enum.h"

Definition

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...