File PathExists Property
This read-only property can be used to determine whether or not the file path exists
Definition
Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public virtual bool Exists { get; }VB
Public Overridable ReadOnly Property Exists As Boolean
GetC++
public:
virtual property bool Exists {
bool get ();
}F#
abstract Exists : bool with get
override Exists : bool with get