Hits Today: 1 Total: 9727 | Updated: 2/9/2002 | |
 | 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 |
Hits Today: 2 Total: 5707 | Updated: 3/4/2001 | |
 | 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 |
Hits Today: 1 Total: 5633 | Updated: 7/29/2003 | |
 | 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 | |  | |
Hits Today: 1 Total: 1782 | Updated: 12/8/2003 | |
 | 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 |
Hits Today: 1 Total: 11534 | Updated: 3/30/2001 | |
 | 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 |
Hits Today: 1 Total: 4788 | Updated: 11/6/2002 | |
 | 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 |
Hits Today: 1 Total: 8984 | Updated: 2/25/2000 | |
 | 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 | |  | |
Hits Today: 1 Total: 2894 | Updated: 6/30/2002 | |
 | 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 |
Hits Today: 1 Total: 5648 | Updated: 9/22/2002 | |
 | 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 |
|