RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideString::IsPathDelimiter Method

Returns true if the specified character is '\'.

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

System::WideString::IsPathDelimiter returns true if the byte indicated by index (counting from 1) is a single-byte character containing 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!