I have a generic channel I am creating and I would like to define a few configurable values in the manifest and access them from my app.
So…
Thanks! Chris
It’s possible, but why not just have your own .ini file as part of the package?
-JT
True.
Just wasn’t sure if there wasn’t something already built-in to process the manifest. Sounds like I would just open the manifest and parse it like any other .ini file.
Thanks Chris