Generating an XML file of your website’s folders/files Posted in: Classic ASP|February 8, 2011No Comments Using the File System Object (FSO) we can traverse through our website’s contents and write them out in a nicely nested form in an XML file. We can then use that file for example, in a content management system or a TreeView control. Read more »