gtkFileChooserGetCurrentFolderUri {RGtk2}R Documentation

gtkFileChooserGetCurrentFolderUri

Description

Gets the current folder of chooser as an URI. See gtkFileChooserSetCurrentFolderUri.

Usage

gtkFileChooserGetCurrentFolderUri(object)

Arguments

object [GtkFileChooser] a GtkFileChooser

Details

Since 2.4

Value

[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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]