Win32FileAttributes Enumeration |
Namespace: NLog.Targets
Member name | Value | Description | |
---|---|---|---|
ReadOnly | 1 | Read-only file. | |
Hidden | 2 | Hidden file. | |
System | 4 | System file. | |
Archive | 32 | File should be archived. | |
Device | 64 | Device file. | |
Normal | 128 | Normal file. | |
Temporary | 256 | File is temporary (should be kept in cache and not written to disk if possible). | |
SparseFile | 512 | Sparse file. | |
ReparsePoint | 1024 | Reparse point. | |
Compressed | 2048 | Compress file contents. | |
NotContentIndexed | 8192 | File should not be indexed by the content indexing service. | |
Encrypted | 16384 | Encrypted file. | |
WriteThrough | -2147483648 | The system writes through any intermediate cache and goes directly to disk. | |
NoBuffering | 536870912 | The system opens a file with no system caching. | |
DeleteOnClose | 67108864 | Delete file after it is closed. | |
PosixSemantics | 16777216 | A file is accessed according to POSIX rules. |