User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_config.relativepath_string

Table of Contents

TGIS_Config.RelativePath method

DK11 for Delphi | GisConfig.TGIS_Config.RelativePath | Constructors | Fields | Methods | Properties

Computes path relative to configuration file.

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

Syntax

// Delphi
public
  function RelativePath(
    const _path : String
  ) : String;
// C++ Builder
public:
  UnicodeString RelativePath(
    const UnicodeString _path
  );

Parameters

Name Type Description
_path String path to be relative

Result

Type Description
String relative path
2022/11/16 01:14

Page Tools