Size of Folder
-
I want to determine the total size of some folder including its contents.
Don't forget, that's
Persian Gulf
not Arabian gulf!
Murphy:
Click Here![^]
I'm thirsty like sun, more landless than wind...
-
I want to determine the total size of some folder including its contents.
Don't forget, that's
Persian Gulf
not Arabian gulf!
Murphy:
Click Here![^]
I'm thirsty like sun, more landless than wind...
You would have to walk the directory tree from the folder your want, adding up all the file sizes inside the folder and subfolders. RageInTheMachine9532
-
I want to determine the total size of some folder including its contents.
Don't forget, that's
Persian Gulf
not Arabian gulf!
Murphy:
Click Here![^]
I'm thirsty like sun, more landless than wind...
Here is an example. http://www.codeproject.com/useritems/showdirsize.asp Barry
-
Here is an example. http://www.codeproject.com/useritems/showdirsize.asp Barry
Thanks!