# File lib/vendor/fssm/fssm/pathname.rb, line 404
    def utime(atime, mtime)
      File.utime(self, atime, mtime)
    end