I simply want to count the number of subdirectories that exist below a particular directory in a directory tree. "%@Files[/S "%D",+d]" almost works except that it also counts the dot and double-dot directories in the tree, and I can't, as far as I can tell, compensate for them using the @Eval function (if it can be done that way, the math is too complicated for me to figure out right now!). Is there any way to do this, or Rex could you please add this capability to the @Files function (similar to the /H operand on the dir command and the default for the pdir command) at some point in the future?