[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

IsPathDelimiter

Is the character at the given position a pathdelimiter ?

Declaration

Source position: finah.inc line 39

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

IncludeTrailingPathDelimiterExcludeTrailingPathDelimiterPathDelim


Documentation generated on: May 14 2021