How to check directory size

Is there any way for us to check the size of specific directories?

I think if I use a xojo shell and a native windows command like dir or something, but looking for a better solution.

With Xojo code you can only use a recursive method to run through all the files and get all the file sizes.

Or you can use the MBS plugins for this.

Very practical comment.

Ok. I will go over the recursive way to accomplish the requirement.
Thanks a lot.

DirectorySizeMBS class may help:
http://www.monkeybreadsoftware.net/class-directorysizembs.shtml