Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 346 Bytes

Config.md

File metadata and controls

15 lines (9 loc) · 346 Bytes

Config Documentation

\Greg\Support\Config is working with config files.

Table of contents:

Methods:

  • dir - Get a config from a directory;
  • iniFile - Get a config from an ini file;
  • iniString - Get a config from an ini string.

Methods description is under construction.