Link to home
Start Free TrialLog in
Avatar of wademi
wademi

asked on

c# program to read xml files in a directory

I I need the C# code to do the following
1.Scan every directory(including sub directories) between 3/15/2011 and now
2.Read any file that starts with "Status....xml
3.Look for the status tag in the XML. Example <Status> </status>
3.Write the directory path,the status to a text file if the status is not <Status>Success</status>
ASKER CERTIFIED SOLUTION
Avatar of Alfred A.
Alfred A.
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Fernando Soto
This question is a duplicate post that has been already asnwered here; http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_26943392.html