FolderPathIsPathTerminated Method
This can be used to find out if a path is terminated with a trailing directory separator.
Namespace: Sandcastle.CoreAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
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
- path String
- The path to check
BooleanReturns true if it is, false if it is not.