FolderPathIsPathTerminated Method
This can be used to find out if a path is terminated with a trailing directory separator.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.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.