FilePath.Exists Property

HTML to MAML Converter

FilePathExists Property
This read-only property can be used to determine whether or not the file path exists

Namespace: SandcastleBuilder.Utils
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public virtual bool Exists { get; }
Public Overridable ReadOnly Property Exists As Boolean
	Get
public:
virtual property bool Exists {
	bool get ();
}
abstract Exists : bool with get
override Exists : bool with get

Property Value

Type: Boolean
See Also