Interesting to know about the Dirlist UDF, but Dirlist doesn't seem to put the directory elements into an array that while/loop works with, and neither does Dirplus, yet DIR (built-in and not DOS shelled command) does just fine.

You get the error
 Code:
ERROR : Error in expression: this type of array not supported in expressions.!
when using
 Code:
$destdirs = DirPlus($dest,"/ad")
, unless I need to change my while/loop options.

I'm also looking at using a excel file using readexcel2 to read in a match up list of directories and different brands so I can copy to selective destinations.

I think I need to look at displaying a list of unique values for the brand column though for the input validation. I'll create a new thread for that though.

Pax


Edited by Pax (2010-10-04 06:07 PM)