PDA

View Full Version : Folder size



malihu
07-19-2006, 06:59 AM
Hi,

What is the best way to get the size of a folder (including subfolders)?

I want to get the size of a folder every n seconds to show it's copy status to a progress bar. I want that because I use an external command (robocopy) to copy the files and not the build in File.Copy command.

Thanks