I'm trying to monitor that a file is being placed correctly once per day.
The problem is that the directory is named "E:\Location\YYYYMMDD\#####\file.ext" where one subfolder is dated, and the next subfolder is a randomly generated set of numbers.
Is there a way to monitor that the file I'm seeking is dropped using variables for the dated subfolder and the random number folder?
I would guess that an asterisk would suffice for the random number folder, but the dated one has me stumped.