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