Tried messing with the options some, but so far no go. This produces nothing.

Code:
Break On
Dim $test,$file
$test = dirplus("c:\","/a-d")
For Each $file In $test
$file ?
$file.size ?
Next