I wish for my application to remember some data (a particular filename) between runs.
Is there some standard ‘JUCE’ way of doing this?
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.