| You'll have to do a Rekursion for each folder...
I used a treeview to add all the folders... -> User may add rename folder files...
From the treeview i've got all the Fodlers with indexes (use the nodes.parent property)
e.g. dim nfolder() as NeroFolder
dim nFiles() as NeroFiles
then use
redim preserve nfolders(ifold_count)
redim preserve nfiles(ifile_count) |