Hello,
I was wondering how to get a list of the subfolders in a directory. I would like to get them in an array, if possible.
For instance, if my directories are set up like:
/text/0902/
/text/0903/
/text/0904/
/text/0905/
i want an array with
0902
0903
0904
0905
The main folder may have other files, but i don't want those in the array.
thanks for any help you can provide.