“Folder creator” is an application which can be used to create folder structures easily. When I was working on my final year project I had to create folder structures again and again. For an example have a look at the following folder structure.
Src/
Foo1/
Boo1/
Boo2/
Coo1/
Main/
Creating these manually is a somewhat tedious task. So I created a little java app to make this task easier.
How to use this app
Step 1: Open a .txt file and write down the folders you to be created. Remember to add a ‘/ ’ at the end of each folder name. Use indentation to specify subfolders inside folders. (Please look at the given example above)
Step 2: Open “Folder creator’’ by double clicking the FolderCreator.jar file. You can download it here.
Browse the text file that you created in the step 1.
Select were you want the folders to be created (Destination path). Click on Go.
Done! your folders are created at the destination path.