DK11 for .NET | TatukGIS.NDK.TGIS_Config.AbsolutePath | Constructors | Fields | Methods | Properties
Computes absolute path for path relative to configuration file.
// C# public string AbsolutePath( string _path );
' VisualBasic Public Function AbsolutePath( ByVal _path As String ) As String
// Oxygene public function AbsolutePath( _path : String ) : String;
Name | Type | Description |
---|---|---|
_path | string String | relative path |
Type | Description |
---|---|
string String | absolute path |