Click to See Complete Forum and Search --> : List of Computer Drives


Sam
April 7th, 1999, 07:30 PM
Hi,

Can anyone tell me how to find out what drives are
available on a computer? Ex. drive A, C, D, F ?

Thanks

Hardeep Singh
April 8th, 1999, 01:00 AM
Hi Sam...
Try GetLogicalDriveStrings(). It'll give you all the drive names. Then you can even get their types using GetDriveType

Sam
April 8th, 1999, 07:43 AM
Thanks Hardeep !