codescalersinternships / home

home repo for internships
3 stars 0 forks source link

INI-Philo #46

Open PhiloAmgad opened 2 years ago

PhiloAmgad commented 2 years ago

INI Project

Constituents

Did NOT get inspired from configparser

Pros: Independence of thought | Challenge of problem solving skills Cons: Reinventing the wheel, resulting in a not so circular wheel :/

1.readFile Gets content of INI file supplied its path 2.listSections Lists sections of INI file supplied 3.listSectionKeys Lists keys in a specified section 4.getKeyValue Provides the value of a key in a specified section 5.setKeyValue Updates value of a key in a specified section if already existing. If not, it is created inside aforementioned section 6.saveToFile Saves section/key/value content to file with INI format