Hi,
Can anyone tell me how to find out what drives are
available on a computer? Ex. drive A, C, D, F ?
Thanks
Printable View
Hi,
Can anyone tell me how to find out what drives are
available on a computer? Ex. drive A, C, D, F ?
Thanks
Hi Sam...
Try GetLogicalDriveStrings(). It'll give you all the drive names. Then you can even get their types using GetDriveType
Thanks Hardeep !