found the bug in DIRPlus get the latest post 2.33 please. Sorry about that, I was fixing another bug that was happeneing with the explicit ON stuff, and a typo on my part put in another.

Code:

$FileArray = DirPlus('c:\program files','/s /f idf')
;wont run unless I dim $F
For Each $F In $FileArray
$Last = $f.DateLastAccessed
'"'$F + '",'+ $Last ?
Next



Edited by Bryce (2005-06-20 06:06 PM)