[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'LazFileUtils' (#lazutils)

AppendPathDelim

Adds a trailing path delimiter when needed

Declaration

Source position: lazfileutils.pas line 90

function AppendPathDelim(

  const Path: string

):string;

Arguments

Path

  

Path value to examine

Function result

Path value with a trailing path delimiter

Description

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).

The latest version of this document can be found at lazarus-ccr.sourceforge.net.