FileT.resolveRelativePath

Resolves a relative path for @file to an absolute path.

This call does no blocking I/O.

template FileT(TStruct)
FileIF
resolveRelativePath
()

Parameters

relativePath string

a given relative path string

Return Value

Type: FileIF

#GFile to the resolved path. %NULL if @relative_path is %NULL or if @file is invalid. Free the returned object with g_object_unref().

Meta