Hi guys!!!

Is there an easy way to know the size of a directory (with it´s files and subfolders, of course)?

One alternative is to look for the size of every file and subfolder on the directory with a recursive function, but maybe a miracle api call or something can do something faster.

Any ideas?