I am writing a PowerShell script to create several directories if they do not exist.
The filesystem looks similar to this
D:
D:TopDirecSubDirecProject1Revision1Reports
D:TopDirecSubDirecProject2Revision1
D:TopDirecSubDirecProject3Revision1
- Each project folder has multiple revisions.
- Each revision folder needs a Reports folder.
- Some of the "revisions" folders already contain a Reports folder; however, most do not.
I need to write a script that runs daily to create these folders for each directory.
I am able to write the script to create a folder, but creating several folders is problematic.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…