Table of Contents

Enum JunctionPoint.EFileAttributes

Namespace
SunamoWinStd
Assembly
SunamoWinStd.dll

Win32 file attribute flags.

[Flags]
protected enum JunctionPoint.EFileAttributes : uint
Extension Methods

Fields

Archive = 32

Archive file.

BackupSemantics = 33554432

Backup semantics (required for directories).

Compressed = 2048

Compressed file.

DeleteOnClose = 67108864

Delete on close.

Device = 64

Device.

Directory = 16

Directory.

Encrypted = 16384

Encrypted file.

FirstPipeInstance = 524288

First pipe instance.

Hidden = 2

Hidden file.

NoBuffering = 536870912

No buffering.

Normal = 128

Normal file.

NotContentIndexed = 8192

Not content indexed.

Offline = 4096

Offline file.

OpenNoRecall = 1048576

Open no recall.

OpenReparsePoint = 2097152

Open reparse point.

Overlapped = 1073741824

Overlapped I/O.

PosixSemantics = 16777216

POSIX semantics.

RandomAccess = 268435456

Random access optimization.

Readonly = 1

Read-only file.

ReparsePoint = 1024

Reparse point.

SequentialScan = 134217728

Sequential scan optimization.

SparseFile = 512

Sparse file.

System = 4

System file.

Temporary = 256

Temporary file.

Write_Through = 2147483648

Write-through mode.