I have one folder that contains many other folders. I want to able to extract those directory names and assign them to variables. I dont know the names of those folders and I dont know the quantity either. I need just the names of those folders and not the entire path.
Example:
inside \users\temp\
I have 2 directories. test1
, test2
folder[0] = test1
folder[1] = test2
and so on....depending on how many directories I have.
Thank you