Summary
Gets a value indicating whether this
IFileSystemInfo
is hidden.
- Namespace
- Cake
.Core .IO - Containing Type
- IFileSystemInfo
Syntax
bool Hidden { get; }
Value
Type | Description |
---|---|
bool |
true if the entry is hidden; otherwise, false .
|