Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectResolvePath Method
This method resolves any MSBuild environment variables in the path objects.

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

Parameters

path
Type: SystemString
The path to use

Return Value

Type: String
A copy of the path after performing any custom resolutions

Implements

IBasePathProviderResolvePath(String)
See Also