
11-14-2003, 06:44 AM
|
 |
Centurion
|
|
Join Date: Aug 2001
Location: Slovenia
Posts: 138
|
|
Directory structure -> array
|
Hi. I want to burn files in a specific folder. But there are unknown number of subfolders and in each subfolder is unknown number of files.
Does anyone have a written procedure / function which can browse for this files and put them into an array (using dir function?).
An array should look like this: folder(i), file(i,j)
where folder(i) is folderpath and file(i,j) are filenames (j files in i folder).
Tx
matej
|
|