I’m trying to basically to see if a file exists that has the current date in its filename. In T-SQL when I want to search for something within a string, I just enclose it in “%” characters like this: %June 14 2012%
How do I do something like that in VBScript?
Use “*”, since you’re looking for files.