|
|
| Hard Drive Files [+] Favor-It | |
| |
 |
| | Sort By:
|
For whatever reason, there are times when it would be convenient to know how to delete a file without having to go to the server to do it. This is just one of the things you can do with the File Scripting Object Author: Derek Truman Code: ASP 3.0 & VBScript |
Linking and displaying text files within a single document is a snap in asp. The first line of all text documents are read and hyperlinked. When clicked the full contents of the text document will be displayed. Author: CodeAve.com Code: ASP 2.0 & VBScript |
This simple function is checking your server for a file and returns True if it exist and returns False if not. So you can simple use for FileExist operations without set FSO etc. Code: ASP 3.0 & VBScript |
|  | |
The MkDir statement creates a new directory or folder. The required path
argument must be absolute and include the drive letter. If you are unsure of
the path to your web server's root, use server.mappath in the path argument. Author: Bill Gearhart Code: ASP 3.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|