User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_config.absolutepath_widestring

Table of Contents

ITGIS_Config.AbsolutePath method

DK for ActiveX | TatukGIS_XDK11.ITGIS_Config.AbsolutePath | Methods | Properties

Computes an absolute path from a path relative to the configuration file.

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

Syntax

// C#
public WideString AbsolutePath(
  WideString _path
);
' VisualBasic
Public Function AbsolutePath(
  ByVal _path As WideString
) As WideString
// Oxygene
public
  function AbsolutePath(
    _path : WideString
  ) : WideString;

Parameters

Name Type Description
_path WideString Relative or absolute path to resolve.

Result

Type Description
WideString Absolute path, or the original_path if the resolved path does not exist.

Remarks

If the resolved path does not exist, the returned value is the same as_path.

2026/07/11 00:08

Page Tools