= private = protected
atime()
Returns the last access time for the file.
See File.atime.
static VALUE path_atime(VALUE self) { return rb_funcall(rb_cFile, id_atime, 1, get_strpath(self)); }