gtkFileChooserSetCurrentFolder {RGtk2}R Documentation

gtkFileChooserSetCurrentFolder

Description

Sets the current folder for chooser from a local filename. The user will be shown the full contents of the current folder, plus user interface elements for navigating to other folders.

Usage

gtkFileChooserSetCurrentFolder(object, filename)

Arguments

object [GtkFileChooser] a GtkFileChooser
filename [character] the full path of the new current folder

Details

Since 2.4

Value

[logical] TRUE if the folder could be changed successfully, FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]