How would you create a directory inside the user's home?
I know how to create a normal directory, but how do you set a path for it with user.home
?
boolean success = new java.io.File(System.getProperty("user.home"), "directory_name").mkdirs();
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