As bizarre as this sounds, there is no easy way to delete files using a
wildcard using the standard System.IO namespace. So you have a couple
of choices. It's possible shell out to the cmd and execute the delete
there. Alternatively, there is a Kill function in the
Microsoft.VisualBasic namespace that does take a wildcard for deletion.