[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Removes trailing path delimeter
Source position: fileutil.pas line 87
function ChompPathDelim( |
const Path: String |
):String; |
Path |
|
Path name for checking |
Returns new path name with delimiter removed if it was there, otherwise returns original path name
ChompPathDelim checks if the last character in the path is the path delimeter. If it is the path delimeter, it is removed, otherwise the unmodified path is returned.
lazarus-ccr.sourceforge.net |