hello friends, i am using DevC++ and i am having some problem with saving the file on disk.
it is actually happening with the compiler whenever i am trying to open a file the DevC++ first looks at the floppy drive , i mean the floppy drive is activated first adn then when it does not find the floppy in it then it opens the file from actual location.

also whenever i am trying to save the file it first tries to save on the floppy and makes the drive active and when the floppy is not there then it looks and saves on to the disk.
and hence saving the file takes a hell lot of time..

pls tell me how to remove this internal floppy drive path settings...

thanks lots..