RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
UnicodeString::IsPathDelimiter Method

Indicates if specified character is a path delimiter.

Pascal
function IsPathDelimiter(index: Integer): bool;
C++
__fastcall bool IsPathDelimiter(int index) const;

System::UnicodeString::IsPathDelimiter returns true if the character indicated by index (counting from 1) is the path delimiter ('\' on Windows, '/' on Linux). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!