Gtk.FileChooser.prototype.get_current_folder_file
function get_current_folder_file():Gio.File { // Gjs wrapper for gtk_file_chooser_get_current_folder_file() }
Gets the current folder of chooser as Gio.File. See Gtk.get_current_folder_uri.
Since 2.14
- Returns
the Gio.File for the current folder.