isAbsolutePath            package:R.utils            R Documentation

_C_h_e_c_k_s _i_f _t_h_i_s _p_a_t_h_n_a_m_e _i_s _a_b_s_o_l_u_t_e

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

     Checks if this pathname is absolute.

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

     ## Default S3 method:
     isAbsolutePath(pathname, ...)

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

pathname: A 'character' string of the pathname to be checked.

     ...: Not used.

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

     Returns a 'TRUE' if the pathname is absolute, otherwise 'FALSE'.

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

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

