does anyone know if you can use wildcards or have used wildcards successfully with System.IO.File.Delete?
what I am trying to avoid is having to code for every possible scenario .pdf,.xls,.doc, .ppt etc.... I just want to delete all documents with a particular name....regardless of the extension.
what I am trying to avoid is having to code for every possible scenario .pdf,.xls,.doc, .ppt etc.... I just want to delete all documents with a particular name....regardless of the extension.