Removes a trailing delimiter (slash or backslash) from the string.
function ExcludeTrailingDelimiter(const pPath: string): string;
The given path without any trailing delimiter.
ShellBrowser