ShellBrowser Delphi Components Documentation
|
Ensures that trailing path delimiters ('/' and '') are removed from paths. Ensures that a trailing path delimiter is included for drives ('C:' -> 'C:').
class function UnifyPath(const pPath: String): String; static;
Parameters |
Description |
const pPath: String |
The path to check. |
String: The adjusted path.