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

ExcludeTrailingPathDelimiter

Strip trailing directory separator from a pathname, if needed.

Declaration

Source position: finah.inc line 38

function ExcludeTrailingPathDelimiter(

  const Path: UnicodeString

):UnicodeString;

function ExcludeTrailingPathDelimiter(

  const Path: RawByteString

):RawByteString;

Description

ExcludeTrailingPathDelimiter removes the trailing path delimiter character (PathDelim) from Path if it is present, and returns the result.

See also

ExcludeTrailingBackslash

  

Strip trailing directory separator from a pathname, if needed.

IncludeTrailingPathDelimiter

  

Add trailing directory separator to a pathname, if needed.

PathDelim

  

Path (directory) delimiter.

IsPathDelimiter

  

Is the character at the given position a pathdelimiter ?


Documentation generated on: Jul 24 2023