As I work to port a large application system to VC++ 6.0, I encounter
things that don't - the latest is a simple function that determines if a
named floppy drive (A or B) contains a disk. Using _chdir and other
calls I've found don't work, because either a failure produces a system
message error or it doesn't work.
Surely there must be some code that does this. I'd prefer seeing
something that's C-based, as my applications are currently 32 bit DOS
programs (I don't know how to write Windows applications...).
TIA