User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_config.absolutepath_widestring

Table of Contents

ITGIS_Config.AbsolutePath method

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

Computes absolute path for path relative to 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 path

Result

Type Description
WideString absolute path

Remarks

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

2022/11/16 01:08

Page Tools