|
Displaying HTML files from your ASP page
|
Other links at ASP > Tutorials > File Manipulation |
| 1. |
Last Updated
|
|
|
A code snippet to display the last modified date for any given file dynamically. Every time the file is modified this info is written into the file. The FSO knows just how to read that for you.
|
| 4. |
Import CSV to HTML
|
|
|
The author writes "A CSV (Comma Separated Values file sometimes referred to as a flat file) is essentially a text file that has a comma delimiter between the table values and a unique line for each observation. While this is usually a means by which data is transferred from one database to another by itself can be used as input to an asp document." This example will show how to take virtually any CSV file and write it to an html table using ASP.
|
| 5. |
Delete Folders Online
|
|
|
ASP does not allow you to use IO system to modify on files and folders. But with the help of FileSystem object you can delete any file on your server. Do not forget to double check permissions for this operation.
|
|
|