tempdirWin              package:svMisc              R Documentation

_G_e_t _t_h_e _W_i_n_d_o_w_s _t_e_m_p_o_r_a_r_y _d_i_r_e_c_t_o_r_y (_o_n_l_y _u_n_d_e_r _W_i_n_d_o_w_s)

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

     'tempdirWin()' retrieves the Windows temporary directory, which is
     simply the root of 'tempdir()' under Windows.

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

         tempdirWin()

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

     A string with the path to the temporary directory

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

     Philippe Grosjean <phgrosjean@sciviews.org>

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

     'userdir'

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

             tempdirWin()

