SandcastleProjectResolvePath Method

This method resolves any MSBuild environment variables in the path objects

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public string ResolvePath(
	string path
)

Parameters

path  String
The path to use

Return Value

String
A copy of the path after performing any custom resolutions

Implements

IBasePathProviderResolvePath(String)

See Also