gtkFileChooserGetCurrentFolderUri {RGtk2} | R Documentation |
Gets the current folder of chooser
as an URI.
See gtkFileChooserSetCurrentFolderUri
.
gtkFileChooserGetCurrentFolderUri(object)
|
[GtkFileChooser ] a GtkFileChooser |
Since 2.4
[character] the URI for the current folder. 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
gtkFileChooserSetCurrentFolderUri
on a nonexistent folder.
Derived by RGtkGen from GTK+ documentation