Click or drag to resize
FileSystemAttributes Enumeration
File system attributes

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax
[FlagsAttribute]
public enum FileSystemAttributes
Members
  Member nameValueDescription
ReadOnly1 The read only
Hidden2 The hidden
System4 The system
Directory16 The directory
Archive32 The archive
Normal128 The normal
Temporary256 The temporary
SparseFile512 The sparse file
ReparsePoint1024 The reparse point
Compressed2048 The compressed
Offline4096 The offline
NotContentIndexed8192 The not content indexed
Encrypted16384 The encrypted
See Also