# File lib/win32/file.rb, line 581
   def self.archive?(file)
      File::Stat.new(file).archive?
   end