lastModified             package:R.utils             R Documentation

_G_e_t_s _t_h_e _t_i_m_e _w_h_e_n _t_h_e _f_i_l_e _w_a_s _l_a_s_t _m_o_d_i_f_i_e_d

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

     Gets the time when the file was last modified. The time is
     returned as a 'POSIXct' object.

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

     ## Default S3 method:
     lastModified(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 'POSIXct' object specifying when the file was last
     modified. If the file does not exist or it is a directory, '0' is
     returned.

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

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

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

     Internally 'file.info'() is used.

