How to filter out string with dot 4 digit number dot and rfa extension?
This should be quite straight forward, in dos i can use a *.????.rfa filter, it evens works in windows context search. how can i simply do this in C# if conditional?
if (file.Extension.Contains(".rfa") &! file.Extension.Contains(".0001.rfa")) {
Aucun commentaire:
Enregistrer un commentaire