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