Hi I am trying to select a folder programmatically.
What i wish to do is select a folder and then store all sub folders into an array.
The only way I can see this working is looking through all the contents of a folder and do a check to see if it is a folder and if its a file ignore else store in an array.
Once i have all the folders i then want to set the current folder to an element in the array and loop through the contents and store it for all the folders found.
Mark