Hi all
Does anyone have Idea about (C/C++ based) *open source* utility to do
the*INI file
* manipulation like in windows (MFC - API) GetPrivateProfileSection -
http://msdn.microsoft.com/en-us/library/ms724348.aspx
API's which will edit *INI* like files(smb.conf) in linux.
1) Add a new section/share (section name should be unique).
This is used for adding new shares.
2) modify existing shares.
input: share name/section name, key string, key value.
3) delete a share/section
input: section/share name.
4) add a new property to a share.
input: share name/section name, key string, key value.
Any pointers? Please share.
Thanks
Bhagwat