| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Adds a trailing path delimiter when needed
Source position: lazfileutils.pas line 90
function AppendPathDelim( |
const Path: string |
):string; |
Path |
|
Path value to examine |
Path value with a trailing path delimiter
AppendPathDelim is a String function used to ensure that a trailing path delimiter is included in the specified Path. The return value includes the value in Path and the trailing path delimiter (when needed).
| lazarus-ccr.sourceforge.net |