|  AvailableDrives property Example |       | 
| dcDiskInfo component. | 
| property AvailableDrives: String; // Read-only | 
| The AvailableDrives property determines the number of available drives in user's system and returns the drive letters that identifies them within the system. | 
|  | 
| The list of available drives returned as string. For example, if you have one floppy disk, one hard disk (with one logical disk C:) and one CD-ROM drive, the return value will be "acd" (A: - floppy, C: - hard disk and D: - CD-ROM). | 
| Disk property. |