Util.buildPath

Behaves exactly like g_build_path(), but takes the path elements as a string array, instead of varargs. This function is mainly meant for language bindings.

struct Util
static
string
buildPath
(
string separator
,)

Parameters

separator string

a string used to separator the elements of the path.

Meta