I want to get the name of sub-directories in Python,
eg : Folder A hav sub folders a,b,c,d ect...
I want to get name of  all the folders inside the folders a,b,c, ...
I want to get the name of sub-directories in Python,
eg : Folder A hav sub folders a,b,c,d ect...
I want to get name of  all the folders inside the folders a,b,c, ...
os.listdir() should do the trick.
