File.newBuildFilenamev

gio.file.File newBuildFilenamev(string[] args)

Constructs a #GFile from a vector of elements using the correct separator for filenames.

Using this function is equivalent to calling glib.global.buildFilenamev, followed by gio.file.File.newForPath on the result.

Parameters

argsnull-terminated array of strings containing the path elements.

Returns

a new #GFile