Gtk.FileChooser.prototype.get_files

function get_files():[Gio.File] {
    // Gjs wrapper for gtk_file_chooser_get_files()
}

Lists all the selected files and subfolders in the current folder of chooser as Gio.File. An internal function, see Gtk.get_uris.

Since 2.14

Returns

a GLib.SList containing a Gio.File for each selected file and subfolder in the current folder. Free the returned list with GLib.free, and the files with GObject.unref.