G
Guest
I want to do a Search Pattern for .jpgs and .tifs. I can do one or the other:
GetFiles(pathString, "*.jpg") 'or
GetFiles(pathString, "*.tif")
But I want a search pattern that does both.
GetFiles(pathString, "*.jpg") 'or
GetFiles(pathString, "*.tif")
But I want a search pattern that does both.