| FolderPathTerminatePath Method |
This can be used to ensure that a path is terminated with a
trailing backslash.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public static string TerminatePath(
string path
)
Public Shared Function TerminatePath (
path As String
) As String
public:
static String^ TerminatePath(
String^ path
)
static member TerminatePath :
path : string -> string
Parameters
- path
- Type: SystemString
The path to check
Return Value
Type:
StringThe path with a trailing backslash added if necessary.
See Also