| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Add trailing directory separator to a pathname, if needed.
Source position: finah.inc line 33
| function IncludeTrailingPathDelimiter( | 
| const Path: UNICODESTRING | 
| ):UNICODESTRING; | 
| const Path: RAWBYTESTRING | 
IncludeTrailingPathDelimiter adds a trailing path delimiter character (PathDelim) to Path if none is present yet, and returns the result.
If Path is empty, a path delimiter is returned, for Delphi compatibility.
| 
 | 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 ? |