I got a package that runs through a folder and it\'s sub folders to get client data. The agreement has changed and now the client will post his data in different folder name
You can't do this in the foreach loop properties, but what you can do is start the tasks inside the loop with a script task that checks to see if the folder name is a value that you want to exclude, and if it is, do nothing but loop to the next folder.