RGtk2 (version 2.20.31)

gtkFileChooserSelectFile: gtkFileChooserSelectFile

Description

Selects the file referred to by file. An internal function. See gtkFileChooserSelectUri.

Usage

gtkFileChooserSelectFile(object, file, .errwarn = TRUE)

Arguments

file
the file to select
.errwarn
Whether to issue a warning on error or fail silently

Value

A list containing the following elements:
retval
[logical] TRUE if both the folder could be changed and the path was selected successfully, FALSE otherwise.
error
location to store error, or NULL. [ allow-none ]

Details

Since 2.14