VBScript Wildcard equivalent to T-SQL "%" -


i'm trying see if file exists has current date in filename. in t-sql when want search within string, enclose in "%" characters this: %june 14 2012%

how do in vbscript?

use "*", since you're looking files.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -