Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

IsPathDelimiter

Is the character at the given position a pathdelimiter ?

Declaration

Source position: finah.inc line 41

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: Jul 24 2023