FolderPath.IsPathTerminated Method

HTML to MAML Converter

FolderPathIsPathTerminated Method
This can be used to find out if a path is terminated with a trailing backslash.

Namespace: SandcastleBuilder.Utils
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public static bool IsPathTerminated(
	string path
)
Public Shared Function IsPathTerminated ( 
	path As String
) As Boolean
public:
static bool IsPathTerminated(
	String^ path
)
static member IsPathTerminated : 
        path : string -> bool 

Parameters

path
Type: SystemString
The path to check

Return Value

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