FilePathBasePath Property

This returns the base path for the object

Definition

Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public string BasePath { get; }

Property Value

String
If no IBasePathProvider has been specified, this returns the current directory

See Also