# File lib/pathname2.rb, line 968
   def utime(atime, mtime)
      File.utime(atime, mtime, self)
   end