resolveRelativePath

open fun resolveRelativePath(relativePath: String): File

Resolves a relative path for @file 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 @file path as base).

Return

a #GFile for the resolved path.

Parameters

relativePath

a given relative path string