diskinfo AvailableDrives property
Example
Return to Introduction  Previous page  Next page
Applies to
dcDiskInfo component.  

Declaration
property AvailableDrives: String// Read-only  

Description
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).  

See also
Disk property.  
File not found.