Can anyone tell me if there is a way to identify a USB Pen type of memory / Disk drive.
The normal way is to use ;
GetVolumeInformation lZ, _
VolInf(lCnt).VolName, _
SIZEOF (VolInf(lCnt).VolName), _
VolInf(lCnt).VolSerial, _
VolInf(lCnt).FileLength, _
VolInf(lCnt).FileSysFlags, _
VolInf(lCnt).FileSysName, _
SIZEOF(VolInf(lCnt).FileSysName)
…....................
With USB Memory the VolSerial changes each time the drive is formatted.
Any help would be apprecated.
The normal way is to use ;
GetVolumeInformation lZ, _
VolInf(lCnt).VolName, _
SIZEOF (VolInf(lCnt).VolName), _
VolInf(lCnt).VolSerial, _
VolInf(lCnt).FileLength, _
VolInf(lCnt).FileSysFlags, _
VolInf(lCnt).FileSysName, _
SIZEOF(VolInf(lCnt).FileSysName)
…....................
With USB Memory the VolSerial changes each time the drive is formatted.
Any help would be apprecated.
Comment