file directory into XDocument

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
How do I take a set of files in a directory and create a description of it in XML?
I know how to get a string array (string[] fileset = Directory(strFolderPath)), but what I need is to describe this file set in XML (because Im going to apply an XSL to it). The XSL will be making use of the xsl:document() function and will be applying
the transform to each file in this file set (so, Ill also need to ensure that each of these files is an XML file).

View the full article
 
Back
Top