new_build_filename
Description:
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 |