Click or drag to resize
Sandcastle Help File BuilderConvertToMSBuildFormatFullPath Method
This converts a relative path to a full path using the old project's folder.

Namespace: SandcastleBuilder.Utils.Conversion
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
protected string FullPath(
	string path
)

Parameters

path
Type: SystemString
The path to convert

Return Value

Type: String
The fully qualified path
See Also