September 2001
Beginner
528 pages
11h 59m
English
The FileSystemObject has a Drives property (in fact, its only property) that is a reference to the Drives collection, which contains all of the Drive objects on the system. This includes all local drives as well as shared network drives that have been mapped. The Drives collection is a standard VBA collection and uses the same collection syntax that you learned in previous chapters. The Drive object has properties that provide information about the physical drive. These properties are listed in Table 17.8. These properties are all read-only except where noted.
| Property | Description |
|---|---|
| AvailableSpace | The amount of space available on the drive. In general, the same as the FreeSpace property, ... |
Read now
Unlock full access