Available also on: Delphi | .NET | Java | ActiveX.
Computes an absolute path from a path relative to the configuration file.
# Python def AbsolutePath( self, _path: str ) -> str:
| Name | Type | Description |
|---|---|---|
| _path | str | Relative or absolute path to resolve. |
| Type | Description |
|---|---|
| str | Absolute path, or the original_path if the resolved path does not exist. |
_path.