Method
IdeContextbuild_file
Description
Creates a new GFile
for the path.
- If
path
isNULL
,IdeContext:workdir
is returned. - If
path
is absolute, a newGFile
to the absolute path is returned. - Otherwise, a
GFile
child ofIdeContext:workdir
is returned.
Available since: | 3.32 |