User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_config.absolutepath_string

Table of Contents



TGIS_Config.AbsolutePath method

DK for Delphi | GisConfig.TGIS_Config.AbsolutePath | Constructors | Fields | Methods | Properties

Computes absolute path for path relative to configuration file.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  function AbsolutePath(
    const _path : String
  ) : String;
// C++ Builder
public:
  UnicodeString AbsolutePath(
    const UnicodeString _path
  );

Parameters

Name Type Description
_path String relative path

Result

Type Description
String absolute path

Remarks

if resulting path is pointing to non existing path then result will be same as _path

2026/06/12 12:38

Page Tools