FolderPath.IsPathTerminated Method
Definition
- Namespace
- Sandcastle.Core
- Assembly
- Sandcastle.Core.dll
This can be used to find out if a path is terminated with a trailing directory separator.
public static bool IsPathTerminated(string path)
Parameters
pathstringThe path to check
Returns
- bool
Returns true if it is, false if it is not.