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).
this |
input File |
relative_path |
a given relative path string |
a File for the resolved path. |