* Adrian Aichner <aichner(a)ecf.teradyne.com> writes:
which is appealing at first glance.
However, hDevice can only be opened directly with CreateFile on NT.
95 is incompatible and requires dealing with VxDs.
Am I on the right track?
What would be the simplest working way to tell apart NTFS and FAT
files on the Windows NT, 95, 98 kindred?
Sorry, I have not much time to investigate the problem you are talking
about, but there are chances you can distinguish between FAT and NTFS
using GetVolumeInformation() ... There are a bunch of flags returned
there that FAT can't handle.
Fabrice