PresentationStyleSettingsResolvePath Method

This is used to resolve a presentation style path

Definition

Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public string ResolvePath(
	string path
)

Parameters

path  String
The path to resolve

Return Value

String
The 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.

See Also