May 1995
Beginner
508 pages
16h 14m
English
FileSystemObject.Drives Property
oFileSysObj.DrivesoFileSysObj
Use: Required
Variant Subtype: FileSystemObject object
Any object variable returning 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.
| Drive Object, Drives Collection Object |
Read now
Unlock full access