gtkFileChooserGetCurrentFolder {RGtk2} | R Documentation |
Gets the current folder of chooser
as a local filename.
See gtkFileChooserSetCurrentFolder
.
gtkFileChooserGetCurrentFolder(object)
|
[GtkFileChooser ] a GtkFileChooser |
Since 2.4
[character] the full path of the current folder, or NULL
if the current
path cannot be represented as a local filename. Free with g\Free()
. This
function will also return NULL
if the file chooser was unable to load the
last folder that was requested from it; for example, as would be for calling
gtkFileChooserSetCurrentFolder
on a nonexistent folder.
Derived by RGtkGen from GTK+ documentation