Removable Drives Access
Please help me to solve this problem
I am doing a project in which I want to access the data stored in removable drives like floppy, CD, USB etc. Using File object in java.io package I have listed the drives. But when I try to read the status of the drives using exists() method, since Floppy & CD not present Windows warning message for insertion of the disc are displayed. This causes my program to stop for a while. I can proceed only when cancelling the warning. To regognize which removable drives got value ( ie whether a floppy or cd is inserted) I have to check the status using thread in an infinity loop. So each time this warning message is triggered by windows if no disc present. So please help me by telling a way to disable this message mean ehile not disabling the device. Please send me the links where I could get more information about this project. Thanking you.. Rahesh

