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