The folders tag has no wiki summary.
2
votes
2answers
50 views
Better way to create directories using File
I have this code that generally creates directories within a directory.
File userFolder = new File(rootPath+"/media/"+userBean.getUsername());
File userPhotosDir = new ...