StevenFrost / iniLib

A C# class library for reading and writing ini files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iniLib

A simple class library for reading and writing ini files.

Functionality

iniLib implements the following features:

  • Commenting
  • Listing categories
  • Listing keys
  • Getting values
  • Checking the existance of keys
  • Removing all/specific keys
  • Removing categories
  • Writing keys

About

A C# class library for reading and writing ini files

License:MIT License


Languages

Language:C# 100.0%