[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 94

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


Version 3.2 Generated 2024-02-25 Home