IncludeTrailingBackslash
Add trailing directory separator to a pathname, if needed.
Declaration
Source position: finah.inc line 35
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
| Name | Description |
|---|---|
| ExcludeTrailingPathDelimiter | Strip trailing directory separator from a pathname, if needed. |
| IncludeTrailingPathDelimiter | Add trailing directory separator to a pathname, if needed. |
| IsPathDelimiter | Is the character at the given position a pathdelimiter ? |
| PathDelim | Path (directory) delimiter. |