DK11 for Delphi | GisConfig.TGIS_Config.AbsolutePath | Constructors | Fields | Methods | Properties
Computes absolute path for path relative to configuration file.
// Delphi public function AbsolutePath( const _path : String ) : String;
// C++ Builder public: UnicodeString AbsolutePath( const UnicodeString _path );
Name | Type | Description |
---|---|---|
_path | String | relative path |
Type | Description |
---|---|
String | absolute path |