hmm, interesting request...

a workaround...

Code:

$kixFiles = dirplus('c:\kix','/a-d /s /f kix')
for each $file in $kixfiles
$totalSize = $totalSize + $file.size
next

? $totalSize