IsPathDelimiter
Is the character at the given position a pathdelimiter ?
Declaration
Source position: finah.inc line 40
function IsPathDelimiter(const Path: UNICODESTRING; Index: Integer)
: Boolean;
function IsPathDelimiter(const Path: RAWBYTESTRING; Index: Integer)
: Boolean;
Description
IsPathDelimiter returns True if the character at position Index equals PathDelim , i.e. if it is a path delimiter character for the current platform.
Errors
IncludeTrailingPathDelimiter ExcludeTrailingPathDelimiter PathDelim