TypeScript API Documentation for GIO
API Version: 2.0
Library Version: 2.88.0
Generated with TypeDoc via ts-for-gir v4.0.0-beta.41
Since 2.78
Constructs a Gio.File from a vector of elements using the correct separator for filenames.
Using this function is equivalent to calling g_build_filenamev(), followed by g_file_new_for_path() on the result.
g_build_filenamev()
g_file_new_for_path()
null-terminated array of strings containing the path elements.
null
a new Gio.File
2.78
Constructs a Gio.File from a vector of elements using the correct separator for filenames.
Using this function is equivalent to calling
g_build_filenamev(), followed byg_file_new_for_path()on the result.