Attribute information for the file or directory.
| C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum FILE_ATTRIBUTES
<FlagsAttribute> _ Public Enumeration FILE_ATTRIBUTES
[FlagsAttribute] public enum class FILE_ATTRIBUTES
| Member | Description |
|---|---|
| FILE_ATTRIBUTE_DIRECTORY |
Indicates that the handle identifies a directory.
|
| FILE_ATTRIBUTE_NORMAL |
Indicates that the file or directory has no other attributes set. This attribute is valid only if used alone.
|