- For example "Create assets folder with 4 base folders automatically when I create the project"
CodePudding user response:
Do right click on parent project directory and you will get create new directory enter the directory name and your folder or directory created succesfully. You can create directory as required
CodePudding user response:
What IDE are you using? You could create a folder somewhere like this
temp-folder/assets/
temp-folder/base1/
temp-folder/base2/
temp-folder/base3/
temp-folder/base4/
Then just copy paste the above five folders into your project folder.