| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Strip trailing directory separator from a pathname, if needed.
Source position: finah.inc line 36
| function ExcludeTrailingPathDelimiter( | 
| const Path: UNICODESTRING | 
| ):UNICODESTRING; | 
| const Path: RAWBYTESTRING | 
ExcludeTrailingPathDelimiter removes the trailing path delimiter character (PathDelim) from Path if it is present, and returns the result.
| 
 | Strip trailing directory separator from a pathname, if needed. | |
| 
 | Add trailing directory separator to a pathname, if needed. | |
| 
 | Path (directory) delimiter. | |
| 
 | Is the character at the given position a pathdelimiter ? |