# File lib/win32/file.rb, line 557
      def chardev?(file)
         File::Stat.new(file).chardev?
      end