[This is preliminary documentation and is subject to change.]

File attributes

Namespace: Tools.TotalCommanderT
Assembly: 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 nameValueDescription
System4
Directory16
Virtual65536
Temporary256
SparseFile512
ReparsePoint1024
ReadOnly1
Offline4096
NotIndexed8192
Normal128
Hidden2
Encrypted16384
Device64
Compressed2048
Archive32
IsFlagsGets value indicating if given value is of enum type which has FlagsAttribute applied
GetNameGets name of given enumeration value
GetConstantGets constant field that represents given enum value
GetValueGets value of enum in its unedlying type
IsDefinedGets value idicating if given value is defined as constant in enumeration

See Also