Join Slack
Powered by
Also, is there a library to get common path for th...
# multiplatform
l
loloof64
06/03/2024, 9:47 AM
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.
loloof64
06/03/2024, 10:48 AM
If not, how would you do it for Android/Windows/Linux ?
loloof64
06/03/2024, 11:59 AM
I've found `
Copy code
System.getProperty("user.home");
`. So I'll have to try it.
4
Views
Open in Slack
Previous
Next