DK for .NET | TatukGIS.NDK.TGIS_Config.AbsolutePath | Constructors | Fields | Methods | Properties
Computes an absolute path from a path relative to the 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 or absolute path to resolve. |
| Type | Description |
|---|---|
| string String | Absolute path, or the original_path if the resolved path does not exist. |
_path.