What is the syntax for searching all files that don't have a 0 in file name at a specific position In my case i want to search for all files that doesnt have 0 in 11th position of filename in place of " * " as shown below
string[] files = System.IO.Directory.GetFiles(sourcePath, fileName + "_*");