Persist user settings

I wish for my application to remember some data (a particular filename) between runs.

Is there some standard ‘JUCE’ way of doing this?

Check out ApplicationProperties, which designed for this.

https://juce.com/doc/classApplicationProperties

2 Likes