resolve_relative_path
Description:
Resolves a relative path for this to an absolute path.
This call does no blocking I/O.
If the relative_path is an absolute path name, the resolution is done absolutely (without taking this
path as base).
Parameters:
| this |
input File |
| relative_path |
a given relative path string |
Returns:
|
a File for the resolved path. |