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