How to print the name of sub-directory in python? -
this question has answer here:
i want name of sub-directories in python,
eg : folder hav sub folders a,b,c,d
ect...
i want name of folders inside folders a,b,c, ...
os.listdir()
should trick.
Comments
Post a Comment