Do you know how can I get the folder size in Java?
The length() method in the File class only works for files, using that method I always get a size of 0.
Iterate over all subfolders in the folder and get the summary size of all files there.