gtkFileChooserGetCurrentFolderUri   package:RGtk2   R Documentation

_g_t_k_F_i_l_e_C_h_o_o_s_e_r_G_e_t_C_u_r_r_e_n_t_F_o_l_d_e_r_U_r_i

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

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

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

     gtkFileChooserGetCurrentFolderUri(object)

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

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

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

     Since  2.4

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

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

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

     Derived by RGtkGen from GTK+ documentation

