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