Previous: IsDelimiter function To the Table of Content Next: IsValidIdent function

- 4.61.2.26 -
Standard Units
Strings Unit
Strings Unit Procedures and Functions

IsPathDelimiter function

Targets: MS-DOS, OS/2, Win32


Strings Unit

Returns TRUE if the byte at position IndexPos of a string is the backslash character (\).

Declaration:
function IsPathDelimiter(const S: String;
                          IndexPos: Longint): Boolean;



Previous: IsDelimiter function To the Table of Content Next: IsValidIdent function
IsDelimiter function Table of Content IsValidIdent function

- 4.61.2.26 -