DK for ActiveX | TatukGIS_XDK11.ITGIS_Config.AbsolutePath | Methods | Properties
Computes an absolute path from a path relative to the configuration file.
// C# public WideString AbsolutePath( WideString _path );
' VisualBasic Public Function AbsolutePath( ByVal _path As WideString ) As WideString
// Oxygene public function AbsolutePath( _path : WideString ) : WideString;
| Name | Type | Description |
|---|---|---|
| _path | WideString | Relative or absolute path to resolve. |
| Type | Description |
|---|---|
| WideString | Absolute path, or the original_path if the resolved path does not exist. |
_path.