I have one main folder, which contains 40+ folders. I have created an SSIS package that creates subfolders in 22 of the 40 folders. I want to use a Foreach Loop in my package to loop through only the 22 folders for my script to return the names and date/timestamp of new subfolders created.
I can currently loop through all 40 folders, but I have not been able to locate information on how to target specific folders.
Any suggestions on references are appreciated.