Hi Dave
Have a look at the directeryinfo class
http://msdn.microsoft.com/library/de...classtopic.asp
And because you want to control it also to the filesystemwatcher class
http://msdn.microsoft.com/library/de...classtopic.asp
I hope this helps?
Cor
> 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.
>
>