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