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

TConfigStorage.AppendBasePath

Appends the specified relative path to the existing value in CurrentBasePath.

Declaration

Source position: lazconfigstorage.pas line 78

public procedure TConfigStorage.AppendBasePath(

  const Path: string

);

Arguments

Path

  

Relative path added to the value in CurrentBasePath.

Description

AppendBasePath is a method used to append the relative path specified for a node in Path to the value in the CurrentBasePath property. AppendBasePath ensures that a trailing path delimiter ('/') is appended to the value in CurrentBasePath when it not empty and does not already include the delimiter.

Use UndoAppendBasePath to remove a path node from the value in CurrentBasePath.


Version 4.0 Generated 2025-05-03 Home