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

IncludeTrailingBackslash

Add trailing directory separator to a pathname, if needed.

Declaration

Source position: finah.inc line 36

function IncludeTrailingBackslash(

  const Path: UnicodeString

):UnicodeString;

function IncludeTrailingBackslash(

  const Path: RawByteString

):RawByteString;

Description

IncludeTrailingBackslash is provided for backwards compatibility with Delphi. Use IncludeTrailingPathDelimiter instead.

See also

IncludeTrailingPathDelimiter

  

Add trailing directory separator to a pathname, if needed.

ExcludeTrailingPathDelimiter

  

Strip trailing directory separator from a pathname, if needed.

PathDelim

  

Path (directory) delimiter.

IsPathDelimiter

  

Is the character at the given position a pathdelimiter ?


Documentation generated on: Jul 24 2023