Hi.
Is there a way in AMS to find and display a USB drive's "Friendly Name"
All I see are "Label, FileSystem, SerialNumber, DisplayName"
DisplayName = Drive.GetInformation("G").DisplayName;
All this gives is the drives basic name, the one displayed in "My PC"
For instance if you go to "Device Manager" and select your chosen USB drive and it's properties you can get its "Display Name" or it's "Friendly Name"
i.e. one of my drives is "SanDisk Ultra USB 3.0 USB Device"
This is the info I would like to ascertain and display.
Cheers..
Is there a way in AMS to find and display a USB drive's "Friendly Name"
All I see are "Label, FileSystem, SerialNumber, DisplayName"
DisplayName = Drive.GetInformation("G").DisplayName;
All this gives is the drives basic name, the one displayed in "My PC"
For instance if you go to "Device Manager" and select your chosen USB drive and it's properties you can get its "Display Name" or it's "Friendly Name"
i.e. one of my drives is "SanDisk Ultra USB 3.0 USB Device"
This is the info I would like to ascertain and display.
Cheers..
Comment