getPathFromFile             package:maDB             R Documentation

_G_e_t _t_h_e _p_a_t_h _t_o _a _f_i_l_e

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

     'getPathFromFile' This function tries to get the path to the file
     by reading it out of the file name.

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

     getPathFromFile(file)

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

    file: The file name (should include also the path to the file). As
          file delimiter also in Windows the Unix file delimiter "/"
          should be used!

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

_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:

     'createFile'

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

     getPathFromFile("/home/jo/tmp/somefile.txt")

