This commit is contained in:
2011-10-14 10:18:11 +00:00
parent 5d21567ab9
commit dbba029be1
3 changed files with 9 additions and 3 deletions

View File

@@ -362,7 +362,7 @@ namespace fmtxml
FmtToXml fx = new FmtToXml(fn, tbFmtPath.Text);
}
}
fis = di.GetFiles("*.y*");
fis = di.GetFiles("*.z*");
foreach (FileInfo fi in fis)
{
if (!Excluded(fi))