I know. Yet another thread from me.

I was just wondering if there's a way to check if a floppy is in the A drive in C++.

(Preferably fit for use in a loop.)

Code:
While ( Floppy isn't found )
{
        cout<<"Please insert a disk";
}
Some thing like that.
Thanks in advance for any replies.