struct[] loadconfig();Reads configuration file from the disk.
This method returns array of structures with following fields:
- Name
(string)- Option name. - Value
(string)- Option value.
The option value is returned exactly as it is stored in the configuration file. For example it may contain variable references (e. g. ${MainDir}/dst).