[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 37

function IsPathDelimiter(

  const Path: String;

  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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.