Click or drag to resize
Sandcastle Help File BuilderFolderPathIsPathTerminated Method
This can be used to find out if 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 bool IsPathTerminated(
	string path
)

Parameters

path
Type: SystemString
The path to check

Return Value

Type: Boolean
Returns true if it is, false if it is not.
See Also