 | FileSystemAttributes Enumeration |
File system attributes
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax[FlagsAttribute]
public enum FileSystemAttributes
<FlagsAttribute>
Public Enumeration FileSystemAttributes
[FlagsAttribute]
public enum class FileSystemAttributes
[<FlagsAttribute>]
type FileSystemAttributes
Members
| Member name | Value | Description |
---|
| ReadOnly | 1 |
The read only
|
| Hidden | 2 |
The hidden
|
| System | 4 |
The system
|
| Directory | 16 |
The directory
|
| Archive | 32 |
The archive
|
| Normal | 128 |
The normal
|
| Temporary | 256 |
The temporary
|
| SparseFile | 512 |
The sparse file
|
| ReparsePoint | 1024 |
The reparse point
|
| Compressed | 2048 |
The compressed
|
| Offline | 4096 |
The offline
|
| NotContentIndexed | 8192 |
The not content indexed
|
| Encrypted | 16384 |
The encrypted
|
See Also