hello all.

ive done a search on this one and come up with various results but nothing solid. most of them are using the api, i just want to write a simple recursive function to retrieve all subdirs and their subdirs etc and return their paths in a string array, thats all....

only problem is that you cant use the Dir() function in a recursive...

i also dont want to use the filesytemobject as its way too much overhead...

any advice would be lovely..