Zephyr .ini parser

I'd like to parse a config.ini file - a file with project-wide constants and settings used by other applications and languages. Ideally, it would get parsed at build time, but I could make it work if it only parsed at runtime. Does the Zephyr framework have the ability to parse .ini files, either at build or at runtime?

You can see the utility of this - the config.ini can hold constants that are shared among web servers, mobile apps, python apps, or anything else in a big project because almost every language on earth can parse them.

Regards

Bret

Parents
  • Hi Bret, 

    During the summer season, our workforce is currently operating with reduced staff levels throughout the company, which may lead to slight delays in our response time as we await additional resources. Rest assured, we are actively addressing all issues and working diligently to resolve them promptly.


    I've forwarded your question to our developers and hope to have an answer by end of today or tomorrow. 

    Kind regards,
    Øyvind

Reply
  • Hi Bret, 

    During the summer season, our workforce is currently operating with reduced staff levels throughout the company, which may lead to slight delays in our response time as we await additional resources. Rest assured, we are actively addressing all issues and working diligently to resolve them promptly.


    I've forwarded your question to our developers and hope to have an answer by end of today or tomorrow. 

    Kind regards,
    Øyvind

Children
Related