FileSystemObject Object
Updated: October 28, 2006 00:00:00 Author:
FileSystemObject Object
The FileSystemObject(FSO) object pattern contains the following objects and collections.
Objects/collections |
describe |
FileSystemObject |
Main object. Contains methods and properties used to create, delete, and obtain information, as well as commonly used to operate drives, folders, and files. Many methods associated with this object are exactly similar to those in other FSO objects; they are provided for convenience. |
Drive |
Object. Contains methods and attributes used to collect information about the drive connected to the system, such as the drive's share name and how much space it has available. Please note that "drive" does not have to be a hard disk, it can also be a CD-ROM drive, RAM disk, etc. The drive is not necessarily physically connected to the system; it can also be logically connected via the network. |
Drives |
gather. Provides a list of drives that are physically or logically connected to the system. The Drives collection includes all drives, regardless of type. To display a removable media drive in this collection, you do not have to insert media into the drive. |
File |
Object. Contains methods and properties used to create, delete, or move files. It is also used to ask the system for file names, paths, and a variety of other properties. |
Files |
gather. Provides a list of all files contained in the folder. |
Folder |
Object. Contains methods and properties used to create, delete, or move folders. It is also used to ask the system for folder names, paths, and a variety of other properties. |
Folders |
gather. Provides a list of all folders within the Folder. |
TextStream |
Object. Used to read and write text files. |
|
|
|
Related Articles
File Reading Edit Management
Reading of files Editing Management...
2006-10-10
The magical function of FSO in ASP - File reading
The magical function of FSO in ASP - File reading...
2006-10-10
Recommended VBScript common functions in ASP
Recommended VBScript common functions in ASP...
2007-07-07
IE function summary
IE function summary...
2006-10-10
Use FSO to import text information into the database
Use FSO to import text information into the database...
2006-10-10
The magical features of FSO in ASP - Introduction
The magical functions of FSO in ASP - Introduction...
2006-10-10
Create folders online with forms
Create folders online with forms...
2006-10-10
How to read the contents of a text file?
How to read the contents of a text file?...
2006-10-10
Build virtual hosts that are protected from FSO threats (III)
Build virtual hosts from FSO threats (III)...
2006-10-10
Similar to iis browsing
Similar to iis browsing features...
2006-10-10