FileSystemEntryInfoIsHidden Property |
The instance is hidden, and thus is not included in an ordinary directory listing.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public bool IsHidden { get; }
Public ReadOnly Property IsHidden As Boolean
Get
public:
property bool IsHidden {
bool get ();
}
member IsHidden : bool with get
Property Value
Type:
BooleanSee Also