all groups > vb.net data > february 2004 >
You're in the

vb.net data

group:

Directory Properties



Directory Properties Microsoft
2/25/2004 8:05:28 PM
vb.net data: Is there a way to to retrieve Directory Property information? I am trying to
develop a way to monitor total Directory size say any directory over 200
meg. I have the logic to enumerate the directories but I can't seem to
figure out how to extract the directory size.

RE: Directory Properties nobody NO[at]SPAM nospam.net
2/26/2004 9:13:36 PM
You need enumerate files in the directory. With FileInfo to get the size of
those files, you can calculate the actual size of the directory.
AddThis Social Bookmark Button