Doubt in PropertiesFile(User Defined Location)

Hi Everyone,

I looked into the ApplicationSettings/PropertiesFile classes in Juce. I would like to save the application settings in a location which is chosen by the user(Using File Chooser). From what I looked at in the above classes, I doesnt seem to allow us to choose the location of the propertiesFile. Please correct me if I am wrong.

If that is the case, if there any other way to do that??

 

Best Regards,

Ranjith

It has a constructor that takes a File object, for exactly this!

Thanks Jules. I just missed it. :)