[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Add trailing directory separator to a pathname, if needed.
Source position: finah.inc line 36
function IncludeTrailingPathDelimiter( |
const Path: String |
):String; |
IncludeTrailingPathDelimiter adds a trailing path delimiter character (PathDelim) to Path if none is present yet, and returns the result. If Path is empty, nothing is added.
|
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 ? |
No notes exist for this page yet.