Hits Today: 2 Total: 6227 | Updated: 1/4/2000 | |
 | Display the last modified date of any asp document without changing the date manually, using a FrontPage WebBot, or targeting the document by writing it directly into the script. A few lines of code that can be inserted into any asp document. Author: CodeAve.com Code: ASP 2.0 & VBScript |
Hits Today: 2 Total: 6807 | Updated: 4/9/2000 | |
 | This sample will only work if you are running IIS4 or a newer version of the VBscript library than the one that ships with IIS3. It requires the built in FileSystemObject's DateLastModified property which isn't available in IIS3 Author: ASP 101 Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 6345 | Updated: 5/28/2000 | |
 | This is an example of using the FileSystemObject to determine the total size of all files in a directory and any sub directories in it. This is handy because sometimes you might want to know just how big your web site is. Author: Power ASP Code: ASP 2.0 & VBScript | |  | |
Hits Today: 1 Total: 3670 | Updated: 5/5/2002 | |
 | EggHeadCafe.com demonstrates how to view and/or adjust disk space, memory, and current services. Author: unknown Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 6439 | Updated: 9/29/2000 | |
 | This code will tell you how much disk space is on the server you're using. Very simple and yet very nice.
Author: Magnus Simonarson Code: VBScript |
Hits Today: 2 Total: 4598 | Updated: 6/9/2002 | |
 | Displaying the date last modified is a simple thing to do. All it takes is calling up the ol File Scripting Object and there you have it! Every time the file is modified this info is written into the file. The FSO knows just how to read that for you. Author: Derek Truman Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 4815 | Updated: 8/23/2000 | |
 | One of the most important things that webmasters need to track is their disk space utilization. This script can be placed in virtually any asp directory and will read the size of all subordinate directories.
Author: CodeAve.com Code: ASP 2.0 & VBScript | |  | |
Hits Today: 1 Total: 553 | Updated: 3/30/2007 | |
 | In this sample ASP code, we will read and count the lines in a text file. This study uses FileSystem Object and readline method. Sample code is short and easily can be adapted to existing project. Author: DevTutorials.info Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 370 | Updated: 6/24/2007 | |
 | The scope of this code sample is focusing how to find and display of any file's last modified date & time. Probably, you've used to see some pages on web, written at bottom of page last modified date. Now we will create a simple code to do this. Author: DevTutorials.info Code: ASP 3.0 & VBScript |
|