User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_config.absolutepath_string

Table of Contents

TGIS_Config.AbsolutePath method

DK for .NET | TatukGIS.NDK.TGIS_Config.AbsolutePath | Constructors | Fields | Methods | Properties

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

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

Syntax

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

Parameters

Name Type Description
_path string
String
Relative or absolute path to resolve.

Result

Type Description
string
String
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:53

Page Tools