March 2003
Intermediate to advanced
512 pages
14h 30m
English
FileSystemObject.Drives Property
oFileSysObj.DrivesoFileSysObjUse: Required
Variant Type: FileSystemObject object
A FileSystemObject object.
Drives collection object.
Drives is a read-only property that returns the Drives
collection; each member of the collection is a Drive object,
representing a single drive available on the system. Using the
collection object returned by the Drives property, you can iterate
all the drives on the system using a For...Next loop, or you can retrieve an
individual Drive object, which represents one drive on the system,
by using the Drives collection’s Item method.
Read now
Unlock full access