buildPathv

Behaves exactly like glib.global.buildPath, but takes the path elements as a string array, instead of variadic arguments.

This function is mainly meant for language bindings.

string
buildPathv
(
string separator
,
string[] args
)

Parameters

separator string

a string used to separator the elements of the path.

args string[]

null-terminated array of strings containing the path elements.

Return Value

Type: string

a newly-allocated string that must be freed with glib.global.gfree.