# File lib/win32/file/stat.rb, line 155
   def <=>(other)
      @mtime.to_i <=> other.mtime.to_i
   end