GLib.build_filenamev
function build_filenamev(args: Array(String)): String { // Gjs wrapper for g_build_filenamev() }
Behaves exactly like GLib.build_filename, but takes the path elements as a string array, instead of varargs. This function is mainly meant for language bindings.
Since 2.8
- args
null-terminated array of strings containing the path elements.
- Returns
a newly-allocated string that must be freed with GLib.free.