
Determining drive letter assigned to floppy drive?
You can use the GetLogicalDriveStrings API to retrieve all the drive
letters in use on the system and then the GetDriveType API to determine
which one is a floppy
Quote:
> Hello,
> What is the best way to determine which drive letter is assigned to
> the floppy drive? What API functions should I?use? Any advice would be
> appreciated!
> Thanks,
> Mike