I need to create folders called:
Week1-Sat
Week1-Sun
Week2-Sat
...
WeekX-Sat
WeekX-Sun
creating them manually would take too long.
I need to be able to quickly create empty directories and allow the permissions to be inherited from the parent folder.
(These folders get created and deleted often)
You just need two nested loops:
For inheritance/propagation see this Q&A on stackoverflow.com