diff --git a/350-UTILITIES/ModifyXml/ModifyXml/modifyAAXML.cs b/350-UTILITIES/ModifyXml/ModifyXml/modifyAAXML.cs index 31416aa..c9b8dad 100644 --- a/350-UTILITIES/ModifyXml/ModifyXml/modifyAAXML.cs +++ b/350-UTILITIES/ModifyXml/ModifyXml/modifyAAXML.cs @@ -26,7 +26,6 @@ namespace ModifyXml string[] filesList = new string[0]; static int pass = 0; static int fail = 0; - int strlen = 0; string err = string.Empty; private void browsefolder_Click(object sender, EventArgs e) @@ -49,7 +48,6 @@ namespace ModifyXml } //Process all files - string path = openFileDialog1.FileName.ToString().Substring(0, openFileDialog1.FileName.ToString().IndexOf('.')); filesList = Directory.GetFiles(path, "*.*", SearchOption.TopDirectoryOnly).Where(s => s.EndsWith(".xml")).ToArray(); filesCount = filesList.Length;