DK for Java | tatukgis.jdk.TGIS_Config.AbsolutePath | Constructors | Fields | Methods | Properties
Computes absolute path for path relative to configuration file.
// Java public java.lang.String AbsolutePath( java.lang.String _path );
// Oxygene public function AbsolutePath( _path : String ) : String;
Name | Type | Description |
---|---|---|
_path | java.lang.String String | relative path |
Type | Description |
---|---|
java.lang.String String | absolute path |