Function

Gio-2.0Giofile_new_build_filenamevSince 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.

    Parameters

    • args: string[]

      null-terminated array of strings containing the path elements.

    Returns Gio.File

    a new Gio.File

    2.78