User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_config.absolutepath_string

Table of Contents

TGIS_Config.AbsolutePath method

DK for Java | tatukgis.jdk.TGIS_Config.AbsolutePath | Constructors | Fields | Methods | Properties

Computes absolute path for path relative to configuration file.

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

Syntax

// Java
public java.lang.String AbsolutePath(
  java.lang.String _path
);
// Oxygene
public
  function AbsolutePath(
    _path : String
  ) : String;

Parameters

Name Type Description
_path java.lang.String
String
relative path

Result

Type Description
java.lang.String
String
absolute path

Remarks

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

2025/01/31 01:15

Page Tools