Gets a value indicating whether this
IFileSystemEntry
exists.
- Namespace
- Statiq
.Testing - Containing Type
- TestFile
- Implements
- Property Type
- bool
Syntax
public bool Exists { get; }
Value
Type | Description |
---|---|
bool |
true if the entry exists; otherwise, false .
|