Gtk.FileChooser.prototype.get_uris
function get_uris():[String] { // Gjs wrapper for gtk_file_chooser_get_uris() }
Lists all the selected files and subfolders in the current folder of chooser. The returned names are full absolute URIs.
Since 2.4
- Returns
a GLib.SList containing the URIs of all selected files and subfolders in the current folder. Free the returned list with GLib.free, and the filenames with GLib.free.