CTString::IsPathDelimiter
Syntax
CTBOOL IsPathDelimiter(const NINT index)
Parameters
Description
Verifies if the character at byte index in the CTString is ‘\’ (or ‘/’ for Unix systems).
Return
IsPathDelimiter() returns YES if the character at byte index in the CTString is a path delimiter, NO otherwise.