Board index » delphi » Help - Trying to read the registration number off a hard drive

Help - Trying to read the registration number off a hard drive

Does anyone know how to read the volume label and registration number
of a hard drive using delphi code? Would appreciate any help. Thanks
Bryan.

 

Re:Help - Trying to read the registration number off a hard drive


I've been looking for this, and I finally found the answer.  You have to
use the API function GetVolumeInformation, in the Windows unit.

Quote
On Thursday, May 9, 1996, bnoy...@wwonline.com wrote...
> Does anyone know how to read the volume label and registration number
> of a hard drive using delphi code? Would appreciate any help. Thanks
> Bryan.

Other Threads