RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiString::IsPathDelimiter Method

Returns true if the specified character is '\'.

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

System::AnsiString::IsPathDelimiter returns true if the byte indicated by index (counting from 0) is a single-byte character containing the path delimiter ('\' on Windows, '/' on Linux). 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!