Creates a filename from a vector of elements using the correct
separator for the current platform.
This function behaves exactly like glib.global.buildFilename, but takes the path
elements as a string array, instead of varargs. This function is mainly
meant for language bindings.
If you are building a path programmatically you may want to use
#GPathBuf instead.
Creates a filename from a vector of elements using the correct separator for the current platform.
This function behaves exactly like glib.global.buildFilename, but takes the path elements as a string array, instead of varargs. This function is mainly meant for language bindings.
If you are building a path programmatically you may want to use #GPathBuf instead.