guiDlgDir             package:svDialogs             R Documentation

_A _s_e_l_e_c_t _d_i_r_e_c_t_o_r_y _d_i_a_l_o_g _b_o_x

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

     Allows to easily select a directory

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

     guiDlgDir(title = "Select a directory", dir = getwd(), new = TRUE, parent = 0, GUI = getOption("guiWidgets"))

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

   title: the title of the dialog box 

     dir: the default directory 

     new: is a new directory allowed? 

  parent: the parent of this dialog box (not implemented yet) 

     GUI: which GUI widgets do you want to use (tcltk, wxPython, ...) 

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

     The choosen directory.

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

     Philippe Grosjean (phgrosjean@sciviews.org)

_S_e_e _A_l_s_o:

     'guiDlgOpen',  'guiDlgSave'

_E_x_a_m_p_l_e_s:

         #### TO DO...

