gtkFileChooserGetFilenames {RGtk2} | R Documentation |
Lists all the selected files and subfolders in the current folder of
chooser
. The returned names are full absolute paths. If files in the current
folder cannot be represented as local filenames they will be ignored. (See
gtkFileChooserGetUris
)
gtkFileChooserGetFilenames(object)
|
Since 2.4
[list] a
listcontaining the filenames of all selected files and subfolders in the current folder. [ element-type utf8][ transfer full utf8]
Derived by RGtkGen from GTK+ documentation