PresentationStyleSettingsResolvePath Method
This is used to resolve a presentation style path
Namespace: Sandcastle.Core.PresentationStyleAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public string ResolvePath(
string path
)
Public Function ResolvePath (
path As String
) As String
public:
String^ ResolvePath(
String^ path
)
member ResolvePath :
path : string -> string
- path String
- The path to resolve
StringThe resolved path
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.