Ask the Expert

How can I make XmlTextReader read multiple files?

How can I make XmlTextReader read multiple files (files in a certain directory)?
This is not possible. Each instance of an XmlTextReader is constructed for a specific file. You have to create an object for each file to be read.

This was first published in April 2003