FILE_ATTRIBUTE_NORMAL (Constants)
Last changed: 94.229.131.27

.
Summary
TODO - a short description of this collection of constants

C# Constants:

public const int FILE_ATTRIBUTE_NORMAL = 0x80;

VB Constants:

Public Const FILE_ATTRIBUTE_NORMAL As Integer = &H80

Notes:

None.