FileChooser.getFiles

Lists all the selected files and subfolders in the current folder of chooser as gio.file.File.

More...
interface FileChooser
getFiles
()

Return Value

Type: gio.list_model.ListModel

a list model containing a gio.file.File for each selected file and subfolder in the current folder. Free the returned list with gobject.object.ObjectG.unref.

Detailed Description

Deprecated: Use gtk.file_dialog.FileDialog instead