gtkFileChooserSetCurrentFolder     package:RGtk2     R Documentation

_g_t_k_F_i_l_e_C_h_o_o_s_e_r_S_e_t_C_u_r_r_e_n_t_F_o_l_d_e_r

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

     gtkFileChooserSetCurrentFolder(object, filename)

_A_r_g_u_m_e_n_t_s:

'object': ['GtkFileChooser']  a 'GtkFileChooser'

'filename': [character]  the full path of the new current folder

_D_e_t_a_i_l_s:

     Since  2.4

_V_a_l_u_e:

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

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

