I would find out the floppy inserted state:
- no floppy inserted
- unformatted floppy inserted
- formatted floppy inserted
Can this determined using ‘WMI’ in the System.Management namespace?
If so, can I generate events when the floppy inserted state changes?
Using Bob Kings idea I wrote the following method.
It works great on CD’s, removable drives, regular drives.
However for a floppy it always return ‘Not Available’.