gtkFileChooserGetCurrentFolder {RGtk2}R Documentation

gtkFileChooserGetCurrentFolder

Description

Gets the current folder of chooser as a local filename. See gtkFileChooserSetCurrentFolder.

Usage

gtkFileChooserGetCurrentFolder(object)

Arguments

object [GtkFileChooser] a GtkFileChooser

Details

Since 2.4

Value

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]