[ Version ( since = "2.78" ) ]
public static File new_build_filenamev (string[] args)
Constructs a File from a vector of elements using the correct separator for filenames.
Using this function is equivalent to calling g_build_filenamev
, followed by
new_for_path on the result.
args |
null-terminated array of strings containing the path elements. |
a new File |