[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Appends the path delimeter to the path.
Source position: fileutil.pas line 86
function AppendPathDelim( |
const Path: String |
):String; |
Path |
|
Path - name for checking |
Returns a new path name including delimiter, if it was not already there, otherwise returns original pathname
AppendPathDelim checks if the last character in the path is the path delimeter. If it isn't the path delimeter, it is added, otherwise the unmodified path is returned.
lazarus-ccr.sourceforge.net |