[]
Native file attributes.
[Flags]
public enum NativeFileOptions
| Name | Description |
|---|---|
| Archive | Archive attribute. |
| BackupSemantics | Backup semantics attribute. |
| Compressed | Compressed attribute. |
| DeleteOnClose | Delete on close attribute. |
| Device | Device attribute. |
| Directory | Directory attribute. |
| Encrypted | Encrypted attribute. |
| FirstPipeInstance | First pipe instance attribute. |
| Hidden | Hidden attribute. |
| NoBuffering | No buffering attribute. |
| None | None attribute. |
| Normal | Normal attribute. |
| NotContentIndexed | Not content indexed attribute. |
| Offline | Offline attribute. |
| OpenNoRecall | Open no recall attribute. |
| OpenReparsePoint | Open reparse point attribute. |
| Overlapped | Overlapped attribute. |
| PosixSemantics | Post semantics attribute. |
| RandomAccess | Random access attribute. |
| Readonly | Read only attribute. |
| ReparsePoint | ReparsePoint attribute. |
| SequentialScan | Sequential scan attribute. |
| SparseFile | Sparse file attribute. |
| System | System attribute. |
| Temporary | Temporary attribute. |
| Write_Through | Write through attribute. |