Verifying a drives contents

G

Geoff

Hello all,

Is there a way to verify wether or not drive for example has a floppy in it
or not?

I figured maybe try using CreateFile(......) : But this hasn't worked - and
i think maybe im way off track.

The drive is read - but when there is no floppy in it it displays the
Folders that are in my Existing Project regardless of the use of
SetCurrentDirectory(p_dir) which = "a:\\".

And D: displayes the folders in C: lol.

Can you offer any advise?
 
Top