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

Definition

Contains xtd::io::file_attributes 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_attributes {
  xtd::io::file_attributes::read_only ,
  xtd::io::file_attributes::hidden ,
  xtd::io::file_attributes::system ,
  xtd::io::file_attributes::directory ,
  xtd::io::file_attributes::archive ,
  xtd::io::file_attributes::device ,
  xtd::io::file_attributes::normal ,
  xtd::io::file_attributes::temporary ,
  xtd::io::file_attributes::sparse_file ,
  xtd::io::file_attributes::reparse_point ,
  xtd::io::file_attributes::compressed ,
  xtd::io::file_attributes::offline ,
  xtd::io::file_attributes::not_content_indexed ,
  xtd::io::file_attributes::encrypted
}
 Provides attributes for files and directories. More...