resolve_relative_path


Description:

public abstract File resolve_relative_path (string relative_path)

Resolves a relative path for this to an absolute path.

This call does no blocking I/O.

Parameters:

this

input File

relative_path

a given relative path string

Returns:

File to the resolved path. null if relative_path is null or if this is invalid. Free the returned object with unref.