Summary
Gets a value indicating whether this
Wyam.Common.IO.IFileSystemEntry
exists.
- Assembly
- Wyam
.Testing .dll - Namespace
- Wyam
.Testing .IO - Containing Type
- TestFile
Syntax
public bool Exists { get; }
Value
Type | Description |
---|---|
bool |
true if the entry exists; otherwise, false .
|