You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Link & Display Text Files ASP / File Operations
Linking and displaying text files within a single document is a snap in asp.All of the text files contain the title as the first line.The first line will be read and hyperlinked in the default view.When clicked the file name is passed to the same page as a querystring variable. Providing that the text document exists (this is to prevent errors from user typing in the address bar) the full contents of the document will be displayed.