Class: Ini

Ini

Ini file reader.

Constructor

new Ini(filename)

Parameters:
Name Type Description
filename String name of the ini file to open.
Source:
Throws:
when the filename is falsy value or when failed to open file.
Type
Error

Extends

Methods

Load() → {Object}

Load data from ini file.
Source:
Throws:
when the structure of ini file is invalid.
Type
Error
Returns:
Deserialized data.
Type
Object