createFile               package:maDB               R Documentation

_C_r_e_a_t_e _a _f_i_l_e _a_n_d _a_l_l _n_e_e_d_e_d _d_i_r_e_c_t_o_r_i_e_s

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

     'createFile' This function creates a new file just like the
     'file.create' function from R, but if needed it creates also
     directories.

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

     createFile(file)

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

    file: The file name.

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

     This function creates a file also in a subdirectory, and creates
     this directory also if needed. If for example as file the string
     "doc/tables/testtable.txt" is submited, the function creates the
     directory "doc", then the directory "tables" into the "doc"
     directory and finally the file "testtable.txt" in this last sub
     directory. As file delimiter the "/" has always to be used, also
     in Windows!

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

     Johannes Rainer

_R_e_f_e_r_e_n_c_e_s:

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

     'createDirs'

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

