Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How can we create recursive directory pattern.

I am using Python 3.3.4

Suppose the directory pattern would be like this:

1. RootFolder
a. trunk folder(1) with branches
b. trunk folder(2) with branches

Thanks!
Posted
Comments
CHill60 18-Mar-14 9:20am    
More detail required ... for example what have you tried so far?
nischalinn 18-Mar-14 10:12am    
Thanks for the reply. But I do not have any idea to start it up.
CHill60 18-Mar-14 10:48am    
Are you trying to create folders using Python or create folders for a project? How do you know which folders to create? What are you actually trying to achieve? In other words we cannot help you with such little detail in your question
nischalinn 18-Mar-14 11:52am    
Create folder using python. RootFolder name is given by User then other children folder should be created automatically.
Suppose RootFolder is Root then child folder are Branch1, Branch2, Branch3. These branch folders are hard coded.
Thanks!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900