Click or drag to resize

FileSystemEntryInfoIsHidden Property

Gets a value indicating whether this instance is hidden, and thus is not included in an ordinary directory listing.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public bool IsHidden { get; }

Property Value

Type: Boolean
if this instance is hidden; otherwise, .
See Also