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:

     Note that this is the folder that the file chooser is currently
     displaying (e.g. "file:///home/username/Documents"), which is _not
     the same_ as the currently-selected folder if the chooser is in
     'GTK_FILE_CHOOSER_SELECT_FOLDER' mode (e.g.
     "file:///home/username/Documents/selected-folder/".  To get the
     currently-selected folder in that mode, use 'gtkFileChooserGetUri'
     as the usual way to get the selection.  

     Since  2.4

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

     [character]  the URI for the current folder.  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

