Programming - Applications - INI File Editor

Introduction

The INIFileEditor is an application for editing files with the .INI extension. Although editing these types of files is relatively easy, I needed something to handle INI files in MS .NET so I decided to write a class to abstract the file etc. and ended up writing an application to go with it.

You can download the installation MSI below for the application or if you just want the C# class for handling INI Files; just download the .zip file containing it.

Downloads.

File Description
MS Installer file.
Zip file containing the IniFile.cs file.

 

Back|Home