Getting my usb drive name

I am trying to display the drive name of my usb thumb drive. When I plug it in the computer it is called “PATRIOT” but when I use the command:

paint.Print(0,10, "USB Name: " + e.Volume.Name);

I am getting the response “USB” for the drive name, any suggestions how I can get the correct name?

Aaron

Currently it is not supported.

ok, thanks for the reply.