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: 1.9.7.0

Syntax

C#
protected internal string FullPath(
	string path
)
Visual Basic
Protected Friend Function FullPath ( 
	path As String
) As String

Parameters

path
Type: System..::..String
The path to convert

Return Value

Type: String
The fully qualified path

See Also