# File ../lib/fox/core.rb, line 364
    def writeBoolEntry(section, key, value)

      writeIntEntry(section, key, value ? 1 : 0)

    end