Click or drag to resize
Sandcastle Help File BuilderFolderPathTerminatePath Method
This can be used to ensure that a path is terminated with a trailing backslash.

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

Parameters

path
Type: SystemString
The path to check

Return Value

Type: String
The path with a trailing backslash added if necessary.
See Also