Unit 'LazConfigStorage' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lazutils]

TConfigStorage.ExtendPath

Resolves a relative node path to the current base path for the storage mechanism.

Declaration

Source position: lazconfigstorage.pas line 77

public function TConfigStorage.ExtendPath(

  const APath: string

):string;

Arguments

APath

  

Relative node path extended with the value in CurrentBasePath.

Function result

Path to a node after it has been resolved to CurrentBasePath.

Description

Inserts the value in CurrentBasePath as a prefix for the value in APath.


Version 4.4 Generated 2025-11-08 Home