gtkFileChooserGetFile {RGtk2}R Documentation

gtkFileChooserGetFile

Description

Gets the GFile for the currently selected file in the file selector. If multiple files are selected, one of the files will be returned at random.

Usage

gtkFileChooserGetFile(object)

Arguments

object

a GtkFileChooser

Details

If the file chooser is in folder mode, this function returns the selected folder. Since 2.14

Value

[GFile] a selected GFile.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]