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