mirage.ini

Utilities for loading INI files.

Members

Classes

IniConfigFactory
class IniConfigFactory

Creates configuration dictionaries from INI files.

Functions

loadIniConfig
ConfigDictionary loadIniConfig(string filePath)

Load a INI configuration file from disk.

parseIniConfig
ConfigDictionary parseIniConfig(string contents)

Parse configuration from the given INI config string.

Meta

Authors

Mike Bierlee, m.bierlee@lostmoment.com

License

This software is licensed under the terms of the MIT license. The full terms of the license can be found in the LICENSE file.