| FolderPathIsPathTerminated Method |
This can be used to find out if 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 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:
BooleanReturns true if it is, false if it is not.
See Also