|
|
| File System [+] Favor-It | |
| |
 |
| | Sort By:
|
The Complete FileSystem Object Reference Guide. This library contains a complete directory of all the FSO methods and properties, how to use them, important information, and code examples on each one. Author: Derrald Farnsworth-Livingston Code: ASP 3.0 & VBScript |
The FSO is an essential block in an ASP developer's foundation. We'll discuss the basic operations of the FSO here, along with some examples on creating a guestbook, and some more complex features.
Author: Chris Payne Code: ASP 3.0 & VBScript |
Create a Photo Gallery using the File Scripting Object. This snippet of code will create and display a photo album utilizing pictures in a web folder. Author: David Morgan Code: ASP 3.0 & VBScript |
|  | |
For my Web site I have a number of directories that contain a number of text files with various bits of information that I wanted to display on my ASP pages. Ideally, I wanted to be able to call a function specifying the path to one of these folders Author: Avi N. Code: ASP 3.0 & VBScript |
This code uses the Windows Scripting Host File System Object (FSO) to search and see if a particular file exists. It works both in VB and ASP (using VBSCRIPT) as expected. Author: Joseph Hobbs Code: ASP 2.0 & VBScript |
This script provides simple, friendly control of the FileSystemObject of the ASP engine. Fully commented descriptions of each function. Just include this file in any script that need to access the file system.
Author: KodeKrash Code: ASP 3.0 & VBScript |
Filesystem object doesnt offer us a way to read binary data. So here is a little dll file which adds this ability. Author: undercodex Code: ASP 3.0 & VBScript |
|  | |
This article shows you how easy it is to use FileSystemObject in ASP and make an app almost like the Windows Explorer.
Author: Robson Mendonça Code: ASP 3.0 & VBScript |
In many cases we need to check if a particular file exists on the server or not. This simple function returns true or false based on the file existence. Just pass a valid file name to the function. Author: devASP Code: ASP 3.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|