= private = protected
utime(p1, p2)
See File.utime. Update the access and modification times.
static VALUE path_utime(VALUE self, VALUE atime, VALUE mtime) { return rb_funcall(rb_cFile, rb_intern("utime"), 3, atime, mtime, get_strpath(self)); }