xtd - Reference Guide  0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Namespaces | Enumerations
file_attributes.h File Reference
#include "../ustring.h"

Definition

Contains xtd::io::file_attributes enum class.

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
 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_attributes {
  xtd::io::read_only ,
  xtd::io::hidden ,
  xtd::io::system ,
  xtd::io::directory ,
  xtd::io::archive ,
  xtd::io::device ,
  xtd::io::normal ,
  xtd::io::temporary ,
  xtd::io::sparse_file ,
  xtd::io::reparse_point ,
  xtd::io::compressed ,
  xtd::io::offline ,
  xtd::io::not_content_indexed ,
  xtd::io::encrypted
}
 Provides attributes for files and directories. More...