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