Enum JunctionPoint.EFileAttributes
- Namespace
- SunamoWinStd
- Assembly
- SunamoWinStd.dll
Win32 file attribute flags.
[Flags]
protected enum JunctionPoint.EFileAttributes : uint
- Extension Methods
Fields
Archive = 32Archive file.
BackupSemantics = 33554432Backup semantics (required for directories).
Compressed = 2048Compressed file.
DeleteOnClose = 67108864Delete on close.
Device = 64Device.
Directory = 16Directory.
Encrypted = 16384Encrypted file.
FirstPipeInstance = 524288First pipe instance.
Hidden = 2Hidden file.
NoBuffering = 536870912No buffering.
Normal = 128Normal file.
NotContentIndexed = 8192Not content indexed.
Offline = 4096Offline file.
OpenNoRecall = 1048576Open no recall.
OpenReparsePoint = 2097152Open reparse point.
Overlapped = 1073741824Overlapped I/O.
PosixSemantics = 16777216POSIX semantics.
RandomAccess = 268435456Random access optimization.
Readonly = 1Read-only file.
ReparsePoint = 1024Reparse point.
SequentialScan = 134217728Sequential scan optimization.
SparseFile = 512Sparse file.
System = 4System file.
Temporary = 256Temporary file.
Write_Through = 2147483648Write-through mode.