pathsep                package:matlab                R Documentation

_M_A_T_L_A_B _p_a_t_h_s_e_p _f_u_n_c_t_i_o_n

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

     Returns the character that separates directory names in a list
     such as the 'PATH' environment variable.

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

     pathsep

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

     Variable that contains the value of '.Platform$path.sep'.

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

     Returns character representing this platform's path separator.

_N_o_t_e:

     Implemented as an R variable rather than a function such that it
     more closely resembles normal MATLAB usage.

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

     P. Roebuck, roebuck@mdanderson.org

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

     'filesep'

