Skip to content

Instantly share code, notes, and snippets.

View Vitokhv's full-sized avatar

Viktor Azovsky Vitokhv

View GitHub Profile
@DamianSuess
DamianSuess / IniFile.cs
Last active January 7, 2019 03:21
INI File usage and implementation for .NET
using System.IO;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
namespace Xeno.Tools
{
class IniFile
{
private const string INI_EXT = ".ini";