Is there a simple way, in vbscript, to determine the total space occupied by
a directory and its subdirectories, or am I going to have to recurse through
it and add up all the file sizes?
--
Michael A. Covington - Artificial Intelligence Ctr - University of Georgia
"In the core C# language it is simply not possible to have an uninitialized
variable, a 'dangling' pointer, or an expression that indexes an array
beyond its bounds. Whole categories of bugs that routinely plague C and C++
programs are thus eliminated." - A. Hejlsberg, The C# Programming Language