| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Removes a trailing path delimiter from the specified value
Source position: lazfileutils.pas line 91
function ChompPathDelim( |
const Path: string |
):string; |
Path |
|
Path information for the function |
Path information after removing the trailing path delimiter
ChompPathDelim is a String function used to remove a trailing path delimiter from the specified value in Path. For environments where UNC paths are allowed, ChompPathDelim ensures that the UNC path delimiters are retained. Windows Device identifiers, such as "D:" are also retained in Path.
| lazarus-ccr.sourceforge.net |