View Single Post
Old 19-08-2003   #6 (permalink)
muckman
New on Forum
 
Join Date: Aug 2003
Posts: 7
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)
muckman is offline   Reply With Quote