Title: File System Object (FSO) Demo Description: This is a series of demonstrations/samples of how to use the FileSystemObject (FSO) within ASP. Demo running at http://demo.frogsfolly.com . There are 4 samples. Browse Files, Examine Web, ASPDocs, XML View. Browse Files: a script which searches from a base directory and gets all files and folders and presents them in a single page. Text files (*.txt) are read into the HTML while other files are presented as links. Folders can be open and then sorted by file attributes. Examine Web: provides a summary of documents by type with the ability to drill down to see all documents with the same extension. ASPDoc: provides a listing of all functions in all the code from the scripts that make up the FSO Demo. Initially it scans the files and extracts the line number and name of any function or subroutine. It also provides a link to open the file and view the ASP script code which has been color coded. The color coding is all CSS. XML File:a demonstration of going through a file system and saving the structure as XML. The ASP Scrips then read the XML and create a tree view of the folders and files. The folders call a script to show the contents of the folder in a sortable table. The files are either opened as is, for most media files, or the contents are displayed if they are ASP Scripts. Your Comments are encouraged. Please vote and let me know what you think. This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=9120&lngWId=4 The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.