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