FolderPathTerminatePath Method

This can be used to ensure that a path is terminated with a trailing backslash.

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
public static string TerminatePath(
	string path
)

Parameters

path  String
The path to check

Return Value

String
The path with a trailing backslash added if necessary.

See Also