Hits Today: 1 Total: 7263 | Updated: 10/7/2000 | |
 | Create a dynamic navigation system to allow users to successfully
navigate, view, and read files placed in a directory on the web server.
This directory may contain any number of files of any file type as well
as any number of subfolders.
Author: Fares Rihani Code: ASP 3.0 & VBScript |
Hits Today: 3 Total: 11594 | Updated: 4/8/2000 | |
 | This script should work as is for displaying one directory. Just set the directory you want to show. You may want to create your own icons or add file types, but those are left up to you. Author: ASP 101 Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 7342 | Updated: 9/29/2000 | |
 | This great script allows you to browse the file system on a remote computer through your web browser.
Author: Lewis Molten Code: VBScript | |  | |
Hits Today: 1 Total: 10006 | Updated: 2/24/2001 | |
 | The purpose of this script is to dynamically show contents in a directory (any directory you want).
Author: Kaustav Acharya Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 6156 | Updated: 12/13/2001 | |
 | This code allows a user to - Interactivley explore an area of your computer. - Download files based on a database containing 'credits'. One specifies how many files (credits) one may download and link that to a password (or use -1 for unlimited). Author: Tim Feeley Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 2132 | Updated: 1/27/2004 | |
 | If you want to copy some foldes to another folder, first create a File System Object. CopyFolder method will help you to copy folder ot another folder.
Author: Dotnetindex.com Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 2663 | Updated: 4/22/2004 | |
 | Following example displays all sub folders in current folder. We will use SubFolders property of FileSystem Object for this source code. First we will find our current path using System.MapPath Author: Dotnetindex.com Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 4377 | Updated: 2/29/2000 | |
 | Utilizing two server variables (http_host and script_name) and splitting the script_name by the / delimiter you can effortlessly add hyperlinks to all the parent directories in your website. Author: CodeAve.com Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 213 | Updated: 10/18/2007 | |
 | This page shows how to list all files and folders in a directory. Also, this script is displayed side-by-side with its PHP counterpart to contrast the language's syntax differences. Author: Keith Van Dyck Code: ASP 3.0 & VBScript |
|