Also, is there a library to get common path for th...
# multiplatform
l
Also, is there a library to get common path for the different OS ? I mean documents folder for example on desktop, and app folder on Android.
If not, how would you do it for Android/Windows/Linux ?
I've found `
Copy code
System.getProperty("user.home");
`. So I'll have to try it.