= 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, rb_intern("atime"), 1, get_strpath(self)); }