usagirei / ExIni

Extended INI File Handler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExIni

by Usagirei

Extended INI File Handler


Features
  • Node-Like Structure
  • Indexed Accessors - this["section"]["key"].Value
  • Comments Support - semicolon starting lines
  • Registry Reading in Values - $(REGISTRY_KEY)
  • Environment Variables Expanding - %ENV_VARS%
  • Enviroment Variable (Re)defining - ;@name=value comment
  • Recursive Registry/Environment Parsing

Building Binaries from Source
  • Place a copy of the MSBuildTasks Binaries in the .build directory
  • You may need to compile it from source
  • Execute build.bat

About

Extended INI File Handler

License:MIT License


Languages

Language:C# 96.9%Language:Batchfile 3.1%