[This is preliminary documentation and is subject to change.]
File attributes
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[CLSCompliantAttribute(false)] [FlagsAttribute] public enum FileAttributes |
| Visual Basic |
|---|
<CLSCompliantAttribute(False)> _ <FlagsAttribute> _ Public Enumeration FileAttributes |
| Visual C++ |
|---|
[CLSCompliantAttribute(false)] [FlagsAttribute] public enum class FileAttributes |
| F# |
|---|
[<CLSCompliantAttribute(false)>] [<FlagsAttribute>] type FileAttributes |
| JScript |
|---|
public enum FileAttributes |
Members
| Member name | Value | Description | |
|---|---|---|---|
| System | 4 | ||
| Directory | 16 | ||
| Virtual | 65536 | ||
| Temporary | 256 | ||
| SparseFile | 512 | ||
| ReparsePoint | 1024 | ||
| ReadOnly | 1 | ||
| Offline | 4096 | ||
| NotIndexed | 8192 | ||
| Normal | 128 | ||
| Hidden | 2 | ||
| Encrypted | 16384 | ||
| Device | 64 | ||
| Compressed | 2048 | ||
| Archive | 32 | ||
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |