File.newBuildFilenamev

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.

interface File
static
newBuildFilenamev
(
string[] args
)

Parameters

args string[]

null-terminated array of strings containing the path elements.

Return Value

Type: gio.file.File

a new #GFile