| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Strip trailing directory separator from a pathname, if needed.
Source position: finah.inc line 35
| function ExcludeTrailingBackslash( | 
| const Path: UnicodeString | 
| ):UnicodeString; | 
| const Path: RawByteString | 
ExcludeTrailingBackslash is provided for backwards compatibility with Delphi. Use ExcludeTrailingPathDelimiter instead.
| 
 | Add trailing directory separator to a pathname, if needed. | |
| 
 | Strip trailing directory separator from a pathname, if needed. | |
| 
 | Path (directory) delimiter. | |
| 
 | Is the character at the given position a pathdelimiter ? |