I want to find folders that do NOT have a specific file. For example, given the following file structure:
X:\Foods\
X:\Foods\Carrots\
X:\Foods\Carrots\Nutrition.txt
X:\Foods\Carrots\Recipes.txt
X:\Foods\Apples\
X:\Foods\Apples\Recipes.txt
X:\Foods\Brownies\
X:\Foods\Brownies\Nutrition.txt
I want to find any folders that don't have a "nutrition.txt" file. Give the example, the search would return:
X:\Foods\Apples
I expect this is easy, and I'm having a user-head-space error, so thanks for your patience with the question.