When you have a lot of directories created recursivly like at the following examples
It will delete all src folders recursivly (At least in my case, you could delete any folder you whould like :D)
I had a folder called test
at my C:\ drive and in the test folder I had a root
folder what contains six sub-folders all the sub-folder
has one or more src folder!
Saying to the script what I whould like to delete (the folder's name like src
)
Saying to the script where should it look for the previously specified folder
If you runned this script properly you will get a warning that look like this
You will be warned about what folders are exactly deleted !