I am using:
File.Exists(filepath)
What I would like to do is swop this out for a pattern, because the first part of the filename changes.<
Get a list of all matching files using System.IO.DirectoryInfo.GetFiles()
Also see SO Questions:
Is there a wildcard expansion option for .net apps?
How do I check if a filename matches a wildcard pattern
and many others...