Presentation Style SettingsResolve Path Method
This is used to resolve a presentation style path
Definition
Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The resolved path
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string ResolvePath(
string path
)VB
Public Function ResolvePath (
path As String
) As StringC++
public:
String^ ResolvePath(
String^ path
)F#
member ResolvePath :
path : string -> string Parameters
- path String
- The path to resolve
Return Value
StringThe resolved path
Remarks
Environment variables in the path will be expanded. If relative, the path is converted
to a full path relative to the presentation style's base path.