Preferred way to work with INI files
-
Hi,
I would like to work with a separate INI file, but is there a preferred way within the ‘plugin world of npp’ to work with INI / property files? Like specific libraries or something?
Thanks,
Chris -
A plugin can be written in different languages, so I guess it depends on what your preferred language offers, I guess.
-
I would be using C++
-
Unfortunattely I don’t know much about cpp. But there is GetPrivateProfileString, not sure if this works for you.