Dear all
How can i get device name for drive letter
example: how can i get device name for G:/
Thank you for any help
Dear all
How can i get device name for drive letter
example: how can i get device name for G:/
Thank you for any help
If you want "C:\" to "\Device\SomeHardDisk1" you can use QueryDosDevice.
(GetLogicalDriveStrings will list them all)