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.
null-terminated array of strings containing the path elements.
a new #GFile
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.