filesep                package:matlab                R Documentation

_M_A_T_L_A_B _f_i_l_e_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 filenames.

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

     filesep

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

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

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

     Returns character representing this platform's file 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:

     'fileparts', 'fullfile', 'pathsep'

