You are reading help file online using chmlib.com
|
function RemoveBackslashUnlessRoot(const S: String): String;
Returns the specified string with any trailing slashes/backslashes removed, unless the string specifies the root directory of a drive (e.g. "C:\" or "\"), in which case it leaves 1 slash.
You are reading help file online using chmlib.com
|