I would like to store some files in the application support directory is there some system call to retrieve this directory?
I think you will need to use something like this:
String applicationSupportDirectory = System.getProperty("user.home") + "/Library/Application Support";
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With