FileSystemEntryInfoIsNormal Property |
The instance is a standard file that has no special attributes. This attribute is valid only if it is used alone.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public bool IsNormal { get; }
Public ReadOnly Property IsNormal As Boolean
Get
public:
property bool IsNormal {
bool get ();
}
member IsNormal : bool with get
Property Value
Type:
BooleanSee Also