File::isOnHardDisk () assumes that drive A: and B: are floppy disks, and returns true on e.g. mapped network drives.
I think it would be best to just remove the special case for A: and B: (lines 583 and 584 in juce_win32_Files.cpp) and trust the return value from the OS. No computers built in the last 5-10 years even have traditional floppy drives anymore.


(a big upgrade from EGA’s 16)