ana
❔ ✅ Using a list
I am writing a program in which you can save configurations, which would save if a specific feature is enabled, and if it is, write "whatever=true".
I am using this code to try and write text to a config file, and ConfigFile variable is a path. FeatureManager code:
And a feature:
This code has no errors, but the items (features) in the
registered
List aren't recognized in the writeConfig
method. (Meaning, when writing config it thinks there is no items, even though they were added)
The output i want into the ConfigFile:
Hopefully this is understandable, and someone can help :D19 replies