2#ifndef _FileAttributes_h_
3#define _FileAttributes_h_
4#include <system/enum_helpers.h>
6namespace System {
namespace IO {
50 DECLARE_USING_GLOBAL_OPERATORS
Contains methods for manipulating directories. This is a static type with no instance services....
Definition: directory.h:58
FileAttributes
Represents attributes of a directory or a file.
Definition: file_attributes.h:9
@ Temporary
The filesystem entity is a temporary file.
@ ReparsePoint
The filesystem entity is a file that contains a reparse point.
@ NoScrubData
The filesystem entity is not included in the data integrity scan.
@ Compressed
The filesystem entity is compressed.
@ SparseFile
The filesystem entity is a sparse file.
@ Offline
The filesystem entity is offline and its data is not immediately available.
@ IntegrityStream
The filesystem entity contains data integrity support.
@ Encrypted
The filesystem entity is encrypted.
@ Archive
The filesystem entity is a candidate for removal or backup.
@ NotContentIndexed
The filesystem entity will not be indexed by the content indexing service.
Definition: db_command.h:9