User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_config.absolutepath_string

Table of Contents

TGIS_Config.AbsolutePath method

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

Syntax

# Python
def AbsolutePath(
  self,
  _path: str
) -> str: 

Parameters

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

Result

Type Description
str 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/08/30 01:12

Page Tools