Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

VBScript FileSystemObject Collections

VBScript Drives Collection

Read-only collection of available drives.

VBScript Files Collection

Collection of all File objects within a Folder object.

VBScript Folders Collection

Collection of all Folder objects within a Folder object.

Collection Methods

VBScript Add Method

Adds a new Folder object to a Folders collection.

Collection Properties

VBScript Count Property

The number of items in a collection.

VBScript Item Property

An item in a collection.

Note

Collections returned by FileSystemObject method calls reflect the state of the file system when the collection was created. Changes to the file system after creation are not reflected in the collection. If the file system might be changed during the lifetime of the collection object, the method returning the collection should be called again to ensure that the contents are current.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.