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