File.resolveRelativePath
gio.file.File resolveRelativePath(string relativePath)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).
Parameters
relativePath | a given relative path string |
Returns
a #GFile for the resolved path.