new_build_filename


Description:

[ Version ( since = "2.56" ) ]
public static File new_build_filename (string first_element, ...)

Constructs a File from a series of elements using the correct separator for filenames.

Using this function is equivalent to calling build_filename, followed by new_for_path on the result.

Parameters:

first_element

the first element in the path

...

remaining elements in path, terminated by null

Returns:

a new File