I am using GetLogicalDriveStrings to retrieve a list of the drives on my computer in VC++ 6.0.
I have a floppy (A
, a hard drive (C
, a CD drive (D
, a removable drive (E
, and a network drive (W
. The problem is that I seem to only be getting back "A:\\\0C:\\\0D:\\\0\0".
How would I get the removable drive and network drive on the list?
Thanks in advance!
--Robert Amour
I have a floppy (A
How would I get the removable drive and network drive on the list?
Thanks in advance!
--Robert Amour