Is there a way to return a list of all folders on a given disk containing more than X images ?
The search should be recursive but X should not.
Example for X=100 :
Folder A |_ folder A1 (containing 100 pictures) |_ folder A2 (containing 50 pictures) |_ 50 pictures Should return "Folder A1" only.